status property

String? status
getter/setter pair

Status of an operation stage.

Unset for single-stage operations. 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;