Dataflow v1beta3 API - Enum ExecutionState (2.0.0-beta07)

public enum ExecutionState

Reference documentation and code samples for the Dataflow v1beta3 API enum ExecutionState.

The state of some component of job execution.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
Cancelled

Execution of the component was cancelled.

Failed

The component failed.

NotStarted

The component is not yet running.

Running

The component is currently running.

Succeeded

The component succeeded.

Unknown

The component state is unknown or unspecified.