seq  4.0.0-pre3
Static Public Attributes | List of all members
lib.nodes.state.T_STATE Class Reference

Enumerates node's states. More...

Inheritance diagram for lib.nodes.state.T_STATE:

Static Public Attributes

int NOT_STARTED = 0x1
 
int SCHEDULED = 0x2
 
int RUNNING = 0x4
 
int PAUSED = 0x8
 
int FINISHED = 0x10
 
int CANCELLED = 0x20
 
int ABORTED = 0x40
 
int ERROR = 0x1000
 
int SKIP = 0x2000
 

Detailed Description

Enumerates node's states.

Member Data Documentation

◆ 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: