SystemUpdateStartInstallAction 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.
public enum class SystemUpdateStartInstallAction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateStartInstallAction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateStartInstallAction
var value = Windows.System.Update.SystemUpdateStartInstallAction.upToReboot
Public Enum SystemUpdateStartInstallAction
- Inheritance
-
SystemUpdateStartInstallAction
- 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 |
---|---|---|
UpToReboot | 0 | Download, and install. Wait for interactive reboot to install or automatic reboot window if reboots are required. |
AllowReboot | 1 | Download, and install. If reboots are required reboot automatically as sson as they are required |