Enum ExecutionState (1.0.0-beta03)

public enum ExecutionState

The state of some component of job execution.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

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