Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation::UnitOperationState.
UnitOperationState describes the current state of the unit operation.
Constants
UNIT_OPERATION_STATE_UNKNOWN
value: 0
UNIT_OPERATION_STATE_PENDING
value: 1
Unit operation is accepted but not ready to run.
UNIT_OPERATION_STATE_SCHEDULED
value: 2
Unit operation is accepted and scheduled.
UNIT_OPERATION_STATE_RUNNING
value: 4
Unit operation is running.
UNIT_OPERATION_STATE_SUCCEEDED
value: 5
Unit operation has completed successfully.
UNIT_OPERATION_STATE_FAILED
value: 6
Unit operation has failed.
UNIT_OPERATION_STATE_CANCELLED
value: 7
Unit operation was cancelled.