SystemUpdateStartInstallAction Enum

Definition

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

AllowReboot 1

Download, and install. If reboots are required reboot automatically as sson as they are required

UpToReboot 0

Download, and install. Wait for interactive reboot to install or automatic reboot window if reboots are required.

Applies to