state property
UnitOperationState describes the current state of the unit operation.
Optional. Output only. Possible string values are:
- "UNIT_OPERATION_STATE_UNKNOWN" : Unit operation state is unknown.
- "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.
Implementation
core.String? state;