status property

String? status
getter/setter pair

The current status of the operation. Possible string values are:

  • "STATUS_UNSPECIFIED" : Not set.
  • "PENDING" : The operation has been created.
  • "RUNNING" : The operation is currently running.
  • "DONE" : The operation is done, either cancelled or completed.
  • "ABORTING" : The operation is aborting.

Implementation

core.String? status;