SystemUpdateItemState 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.
State of a SystemUpdateItem.
public enum class SystemUpdateItemState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateItemState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateItemState
var value = Windows.System.Update.SystemUpdateItemState.notStarted
Public Enum SystemUpdateItemState
- Inheritance
-
SystemUpdateItemState
- 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 |
---|---|---|
NotStarted | 0 | Update not started. |
Initializing | 1 | Update item initializing. |
Preparing | 2 | Preparing update item. |
Calculating | 3 | Calculating update item actions. |
Downloading | 4 | Update item downloading. |
Installing | 5 | Update item installing. |
Completed | 6 | Update completed. |
RebootRequired | 7 | Reboot required. |
Error | 8 | Error encountered when trying to update—see ExtendedError |