public enum JobStatus.Types.State
Reference documentation and code samples for the Google Cloud Dataproc v1 API enum JobStatus.Types.State.
The job state.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields |
|
---|---|
Name | Description |
AttemptFailure |
Job attempt has failed. The detail field contains failure details for this attempt. Applies to restartable jobs only. |
CancelPending |
A CancelJob request has been received, but is pending. |
CancelStarted |
Transient in-flight resources have been canceled, and the request to cancel the running job has been issued to the cluster. |
Cancelled |
The job cancellation was successful. |
Done |
The job has completed successfully. |
Error |
The job has completed, but encountered an error. |
Pending |
The job is pending; it has been submitted, but is not yet running. |
Running |
The job is running on the cluster. |
SetupDone |
Job has been received by the service and completed initial setup; it will soon be submitted to the cluster. |
Unspecified |
The job state is unknown. |