Enum Batch.Types.State (4.0.0)

public enum State

The batch state.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
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.