public enum Execution.Types.StateReference documentation and code samples for the Workload Manager v1 API enum Execution.Types.State.
The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.
Namespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
The execution run failed. |
Running |
The execution is running in backend service. |
Succeeded |
The execution run succeeded. |
Unspecified |
State of execution is unspecified. |