Module: Google::Cloud::Dataflow::V1beta3::ExecutionState

Defined in:
proto_docs/google/dataflow/v1beta3/metrics.rb

Overview

The state of some component of job execution.

Constant Summary collapse

EXECUTION_STATE_UNKNOWN =

The component state is unknown or unspecified.

0
EXECUTION_STATE_NOT_STARTED =

The component is not yet running.

1
EXECUTION_STATE_RUNNING =

The component is currently running.

2
EXECUTION_STATE_SUCCEEDED =

The component succeeded.

3
EXECUTION_STATE_FAILED =

The component failed.

4
EXECUTION_STATE_CANCELLED =

Execution of the component was cancelled.

5