NodeStatus

NodeStatus

Enumeration in Antilatency.DeviceNetwork
Defines different node states.
enum NodeStatus {
Idle,
TaskRunning,
Invalid
}

Fields

Idle
The node in connected and no task is currently running on it. Any supported task can be started on it.
TaskRunning
The node in connected and a task is currently running on it. Before running any task on such node, you need to stop the current task first.
Invalid
The node in not valid, no tasks can be executed on it.