state property
Running state of the job.
When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
Implementation
core.String? state;
Running state of the job.
When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
core.String? state;