Package version:

UpdateRunPropertiesState: string

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.
KnownUpdateRunPropertiesState can be used interchangeably with UpdateRunPropertiesState, this enum contains the known values that the service supports.

Unknown: The state of the update run is not known.
Succeeded: The update run completed successfully.
InProgress: The update run is currently in progress.
Failed: The update run failed to complete successfully.