Enum StateStatus

Enum Documentation

enum class yasmin::StateStatus

Enumeration representing the current status of a state.

Values:

enumerator IDLE

State is idle and ready to execute.

enumerator RUNNING

State is currently executing.

enumerator CANCELED

State execution has been canceled.

enumerator COMPLETED

State execution has completed successfully.