completionState property
The completion state of the onboarding step.
Output only. Possible string values are:
- "COMPLETION_STATE_UNSPECIFIED" : Unspecified completion state.
- "PENDING" : Task started (has start date) but not yet completed.
- "SUCCEEDED" : Succeeded state.
- "FAILED" : Failed state.
- "NOT_APPLICABLE" : Not applicable state.
Implementation
core.String? completionState;