seq  1.1.0
All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
seqlib.nodes.state.T_STATE Class Reference
Inheritance diagram for seqlib.nodes.state.T_STATE:

Static Public Attributes

int NOT_STARTED = 0
 
int SCHEDULED = 1
 
int RUNNING = 2
 
int PAUSED = 3
 
int FINISHED = 4
 
int CANCELLED = 5
 
int ABORTED = 6
 
int ERROR = 0x1000
 
int SKIP = 0x2000
 

Member Data Documentation

int seqlib.nodes.state.T_STATE.ABORTED = 6
static
int seqlib.nodes.state.T_STATE.CANCELLED = 5
static
int seqlib.nodes.state.T_STATE.ERROR = 0x1000
static
int seqlib.nodes.state.T_STATE.FINISHED = 4
static
int seqlib.nodes.state.T_STATE.NOT_STARTED = 0
static
int seqlib.nodes.state.T_STATE.PAUSED = 3
static
int seqlib.nodes.state.T_STATE.RUNNING = 2
static
int seqlib.nodes.state.T_STATE.SCHEDULED = 1
static
int seqlib.nodes.state.T_STATE.SKIP = 0x2000
static

The documentation for this class was generated from the following files: