enum MAGES::ActionState¶
Overview¶
The current state of an action. More…
enum ActionState { Uninitialized, Running, Performed, };
Detailed Documentation¶
The current state of an action.
Enum Values¶
Uninitialized
The action has not been initialized yet.
Running
The action is initialized and ready to be performed.
Performed
The action has been performed.