#include <ArTaskState.h>
Public Types | |
enum | State { INIT = 0, RESUME, ACTIVE, SUSPEND, SUCCESS, FAILURE, USER_START = 20 } |
These are the defined states, if the state is anything other than is defined here that is annotated (not running) the process will be run. No one should have any of their own states less than the USER_START state. People's own states should start at USER_START or at USER_START plus a constant (so they can have different sets of states).
Definition at line 38 of file ArTaskState.h.
|
Definition at line 41 of file ArTaskState.h. |