state property
The state of the data execution. Possible string values are:
- "DATA_EXECUTION_STATE_UNSPECIFIED" : Default value, do not use.
- "NOT_STARTED" : The data execution has not started.
- "RUNNING" : The data execution has started and is running.
- "CANCELLING" : The data execution is currently being cancelled.
- "SUCCEEDED" : The data execution has completed successfully.
- "FAILED" : The data execution has completed with errors.
Implementation
core.String? state;