Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NodeStatus

Index

Enumeration members

available

available: = 2

The node is available. It needs to be sent a LockNode message before any action that would mutate it state, such as sending code can take place

busy

busy: = 3

The node is busy - this will be sent to all clients, except the one who locked the node

connected

connected: = 1

The node is just connected. However, sending code or requesting a VM desciption is unspecified in this state

disconnected

disconnected: = 5

The node is disconnected. Any reference to it will be destroyed on the server side, and sending further messages to it will fail

ready

ready: = 4

The node is ready - this will be sent the client that optained a lock on the node

unknown

unknown: = 0

The status is unknown, this denotes a programmation error or a bug

Generated using TypeDoc