Package version:

Enumeration KnownUpdateRunPropertiesState

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.

Enumeration Members

Enumeration Members

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.