public enum Run.Types.StateReference documentation and code samples for the Data Lineage v1 API enum Run.Types.State.
The current state of the run.
Namespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Fields |
|
|---|---|
| Name | Description |
Aborted |
The run aborted. |
Completed |
The run completed. |
Failed |
The run failed. |
Started |
The run is still executing. |
Unknown |
The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly. |