Enum ProcessStateKind

Enum Documentation

enum qml_enums::ProcessStateKind

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

This is a copy of the same enum defined in an IDL file. It exists because it is needed as a workaround to expose them to QML.

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.