SystemUpdateAttentionRequiredReason 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.
Reason why user attention is required.
public enum class SystemUpdateAttentionRequiredReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateAttentionRequiredReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateAttentionRequiredReason
var value = Windows.System.Update.SystemUpdateAttentionRequiredReason.none
Public Enum SystemUpdateAttentionRequiredReason
- Inheritance
-
SystemUpdateAttentionRequiredReason
- 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 |
---|---|---|
None | 0 | No attention required. |
NetworkRequired | 1 | Network connection requires attention. |
InsufficientDiskSpace | 2 | Insufficient disk space to download updates. |
InsufficientBattery | 3 | Insufficient battery power to begin updating system. |
UpdateBlocked | 4 | Update cannot proceed. |