state property
The state of the operation. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified state.
- "RUNNING" : Operation is still running.
- "CANCELLING" : Operation is being cancelled.
- "SUCCEEDED" : Operation succeeded.
- "FAILED" : Operation failed.
- "CANCELLED" : Operation is cancelled.
Implementation
core.String? state;