state property
The state of the current batch processing. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
- "ACCEPTED" : Request is received.
- "WAITING" : Request operation is waiting for scheduling.
- "RUNNING" : Request is being processed.
- "SUCCEEDED" : The batch processing completed successfully.
- "CANCELLED" : The batch processing was cancelled.
- "FAILED" : The batch processing has failed.
Implementation
core.String? state;