Enum ProcessStateKind

Enum Documentation

enum fkin::ProcessStateKind

Holds the states for a state machine, used in ProcessStateAutomaton.

Values:

enumerator IDLE

Idle state, waiting for events.

enumerator INITIALIZING

The process is initializing.

enumerator RUNNING

Running process.

enumerator FAILURE

Failed state, the process has failed.

enumerator DEAD

Killed state, the process is not running.

enumerator UNKNOWN

Undefined state.