Enumerates node's states.
More...
Enumerates node's states.
◆ ABORTED
int lib.nodes.state.T_STATE.ABORTED = 0x40 |
|
static |
◆ CANCELLED
int lib.nodes.state.T_STATE.CANCELLED = 0x20 |
|
static |
◆ ERROR
int lib.nodes.state.T_STATE.ERROR = 0x1000 |
|
static |
◆ FINISHED
int lib.nodes.state.T_STATE.FINISHED = 0x10 |
|
static |
◆ NOT_STARTED
int lib.nodes.state.T_STATE.NOT_STARTED = 0x1 |
|
static |
◆ PAUSED
int lib.nodes.state.T_STATE.PAUSED = 0x8 |
|
static |
◆ RUNNING
int lib.nodes.state.T_STATE.RUNNING = 0x4 |
|
static |
◆ SCHEDULED
int lib.nodes.state.T_STATE.SCHEDULED = 0x2 |
|
static |
◆ SKIP
int lib.nodes.state.T_STATE.SKIP = 0x2000 |
|
static |
The documentation for this class was generated from the following file: