public enum TaskStatus.Types.StateReference documentation and code samples for the Batch v1alpha API enum TaskStatus.Types.State.
Task states.
Namespace
Google.Cloud.Batch.V1AlphaAssembly
Google.Cloud.Batch.V1Alpha.dll
Fields |
|
|---|---|
| Name | Description |
Assigned |
The Task is assigned to at least one VM. |
Failed |
The Task has failed. |
Pending |
The Task is created and waiting for resources. |
Running |
The Task is running. |
Succeeded |
The Task has succeeded. |
Unexecuted |
The Task has not been executed when the Job finishes. |
Unspecified |
Unknown state. |