Options
All
  • Public
  • Public/Protected
  • All
Menu

If a transfer node has status "error" but the problem has been fixed, it will automatically recover to the "ok" state. Similarly, if a node has status "ok", it will switch to status "error" automatically if there is a problem. Nodes with status "down" remain in the "down" state until marked "ok" by a user.

export

Index

Enumeration members

Enumeration members

Down

Down: = "down"

Error

Error: = "error"

Ok

Ok: = "ok"