SystemUpdateManagerState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration that describes the current state of system updates.
public enum class SystemUpdateManagerState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateManagerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateManagerState
var value = Windows.System.Update.SystemUpdateManagerState.idle
Public Enum SystemUpdateManagerState
- Inheritance
-
SystemUpdateManagerState
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.System.SystemManagementContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The SystemUpdateManager is idle. |
Detecting | 1 | Update manager is checking for available updates. |
ReadyToDownload | 2 | System updates are ready to download. |
Downloading | 3 | System updates are downloading. |
ReadyToInstall | 4 | System updates are ready to install. |
Installing | 5 | System updates are installing. |
RebootRequired | 6 | A reboot is required to complete the install. |
ReadyToFinalize | 7 | System updates are ready to finalize. |
Finalizing | 8 | System updates are finalizing. |
Completed | 9 | Update process has been completed. |
AttentionRequired | 10 | Update process cannot continue without user input. |
Error | 11 | An error has occurred. Check ExtendedError. |