Class UnitOperationState (0.2.0)

UnitOperationState(value)

UnitOperationState describes the current state of the unit operation.

Enums

Name Description
UNIT_OPERATION_STATE_UNKNOWN No description available.
UNIT_OPERATION_STATE_PENDING Unit operation is accepted but not ready to run.
UNIT_OPERATION_STATE_SCHEDULED Unit operation is accepted and scheduled.
UNIT_OPERATION_STATE_RUNNING Unit operation is running.
UNIT_OPERATION_STATE_SUCCEEDED Unit operation has completed successfully.
UNIT_OPERATION_STATE_FAILED Unit operation has failed.
UNIT_OPERATION_STATE_CANCELLED Unit operation was cancelled.