status property

String? status
getter/setter pair

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Output only. Possible string values are:

  • "PENDING"
  • "RUNNING"
  • "DONE"

Implementation

core.String? status;