Module: Google::Cloud::DataCatalog::Lineage::V1::Run::State

Defined in:
proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb

Overview

The current state of the run.

Constant Summary collapse

UNKNOWN =

The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.

0
STARTED =

The run is still executing.

1
COMPLETED =

The run completed.

2
FAILED =

The run failed.

3
ABORTED =

The run aborted.

4