a
l
a
l
Hardware
Software
Releases
HowTo
API
SDK
EN
RU
ZH
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.3.0
3.4.0
3.5.0
3.5.1
3.5.2
3.5.3
4.0.0
4.0.1
4.1.0
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.