public enum ExecutionReference.Types.CompletionStatus
Reference documentation and code samples for the Cloud Run Admin v2 API enum ExecutionReference.Types.CompletionStatus.
Possible execution completion status.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Fields |
|
---|---|
Name | Description |
ExecutionCancelled |
Job execution has been cancelled by the user. |
ExecutionFailed |
Job execution has failed. |
ExecutionPending |
Waiting for backing resources to be provisioned. |
ExecutionRunning |
Job execution is running normally. |
ExecutionSucceeded |
Job execution has succeeded. |
Unspecified |
The default value. This value is used if the state is omitted. |