public enum Batch.Types.StateReference documentation and code samples for the Google Cloud Dataproc v1 API enum Batch.Types.State.
The batch state.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
The batch cancellation was successful. |
Cancelling |
The batch is cancelling. |
Failed |
The batch is no longer running due to an error. |
Pending |
The batch is created before running. |
Running |
The batch is running. |
Succeeded |
The batch completed successfully. |
Unspecified |
The batch state is unknown. |