state property

String? state
getter/setter pair

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;