state property
The state of the batch.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The batch state is unknown.
- "PENDING" : The batch is created before running.
- "RUNNING" : The batch is running.
- "CANCELLING" : The batch is cancelling.
- "CANCELLED" : The batch cancellation was successful.
- "SUCCEEDED" : The batch completed successfully.
- "FAILED" : The batch is no longer running due to an error.
Implementation
core.String? state;