status property
Status of this batch job.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "PENDING" : The job is not currently running.
- "RUNNING" : The job is running.
- "DONE" : The job is done.
Implementation
core.String? status;