done property

bool? done
getter/setter pair

Indicates whether the job is completed.

If the value is false, the job is still in progress. If true, the job is completed, and status.state field will indicate if it was successful, failed, or cancelled.

Output only.

Implementation

core.bool? done;