buildState property
The current build state of the routine.
Output only. Possible string values are:
- "BUILD_STATE_UNSPECIFIED" : Default value.
- "IN_PROGRESS" : The build is in progress.
- "SUCCEEDED" : The build has succeeded.
- "FAILED" : The build has failed.
Implementation
core.String? buildState;