public enum OperationMetadata.Types.StateReference documentation and code samples for the Cloud Composer v1 API enum OperationMetadata.Types.State.
An enum describing the overall state of an operation.
Namespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
The operation is no longer running but did not succeed. |
Pending |
The operation has been created but is not yet started. |
Running |
The operation is underway. |
Succeeded |
The operation completed successfully. |
Successful |
|
Unspecified |
Unused. |