KnownUpdateRunPropertiesState enum
Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state.
Fields
| Failed | The update run failed to complete successfully. |
| InProgress | The update run is currently in progress. |
| Succeeded | The update run completed successfully. |
| Unknown | The state of the update run is not known. |