KnownUpdateState enum
The state of the UpdateRun, UpdateStage, UpdateGroup, or MemberUpdate.
Fields
| Completed | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has completed. |
| Failed | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has failed. |
| NotStarted | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has not been started. |
| Pending | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is pending. |
| Running | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is running. |
| Skipped | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has been skipped. |
| Stopped | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that has stopped. |
| Stopping | The state of an UpdateRun/UpdateStage/UpdateGroup/MemberUpdate that is being stopped. |