status property
The status of the job, one of IN_PROGRESS
,
CANCELED
, DELETION_IN_PROGRESS
or
COMPLETED
.
Implementation
final JobStatus? status;
The status of the job, one of IN_PROGRESS
,
CANCELED
, DELETION_IN_PROGRESS
or
COMPLETED
.
final JobStatus? status;