SaaS Runtime v1beta1 API - Enum UnitOperation.Types.UnitOperationState (1.0.0-beta01)

public enum UnitOperation.Types.UnitOperationState

Reference documentation and code samples for the SaaS Runtime v1beta1 API enum UnitOperation.Types.UnitOperationState.

UnitOperationState describes the current state of the unit operation.

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Fields

Name Description
Cancelled

Unit operation was cancelled.

Failed

Unit operation has failed.

Pending

Unit operation is accepted but not ready to run.

Running

Unit operation is running.

Scheduled

Unit operation is accepted and scheduled.

Succeeded

Unit operation has completed successfully.

Unknown