Share via


SystemUpdateStartInstallAction Enumeration

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
Vererbung
SystemUpdateStartInstallAction
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.System.SystemManagementContract (eingeführt in v6.0)

Felder

AllowReboot 1

Laden Sie herunter, und installieren Sie sie. Wenn Neustarts erforderlich sind, starten Sie automatisch so neu, wie sie erforderlich sind.

UpToReboot 0

Laden Sie herunter, und installieren Sie sie. Warten Sie auf die Installation des interaktiven Neustarts oder auf das Automatische Neustartfenster, wenn Neustarts erforderlich sind.

Gilt für: