status property

JobStatus? status
getter/setter pair

[Output-only] The status of this job.

Examine this value when polling an asynchronous job to see if the job is complete.

Implementation

JobStatus? status;