Module: Google::Cloud::Dataproc::V1::WorkflowMetadata::State

Defined in:
proto_docs/google/cloud/dataproc/v1/workflow_templates.rb

Overview

The operation state.

Constant Summary collapse

UNKNOWN =

Unused.

0
PENDING =

The operation has been created.

1
RUNNING =

The operation is running.

2
DONE =

The operation is done; either cancelled or completed.

3