state property
Task state Possible string values are:
- "STATE_UNSPECIFIED" : Unknown state.
- "PENDING" : The Task is created and waiting for resources.
- "ASSIGNED" : The Task is assigned to at least one VM.
- "RUNNING" : The Task is running.
- "FAILED" : The Task has failed.
- "SUCCEEDED" : The Task has succeeded.
- "UNEXECUTED" : The Task has not been executed when the Job finishes.
Implementation
core.String? state;