#include <StateMachine.hpp>
Public Types | |
enum | StateMachineStatus { inactive, activating, active, requesting, running, stopping, stopped, resetting, deactivating, paused, error, unloaded } |
Enumerates all possible state machine statuses.
Definition at line 82 of file StateMachine.hpp.
Enumerator | |
---|---|
inactive | |
activating | |
active | |
requesting | |
running | |
stopping | |
stopped | |
resetting | |
deactivating | |
paused | |
error | |
unloaded |
Definition at line 83 of file StateMachine.hpp.