Freigeben über


SystemSuspendStatus Enumeration

Definition

Definiert Werte, die die angehaltene status des Geräts darstellen.

public enum class SystemSuspendStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class SystemSuspendStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.System.Power.PowerNotificationsContract, 65536)]
enum class SystemSuspendStatus
[Windows.Foundation.Metadata.Version(1)]
public enum SystemSuspendStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.System.Power.PowerNotificationsContract), 65536)]
public enum SystemSuspendStatus
var value = Microsoft.Windows.System.Power.SystemSuspendStatus.uninitialized
Public Enum SystemSuspendStatus
Vererbung
SystemSuspendStatus
Attribute

Felder

AutoResume 2

Das Gerät wird automatisch aus dem Angehaltenzustand fortgesetzt.

Entering 1

Das Gerät wechselt in den Anhaltezustand.

ManualResume 3

Der Benutzer hat das Gerät manuell aus dem Angehalten-Zustand fortgesetzt.

Uninitialized 0

Die status angehalten wird nicht initialisiert.

Gilt für:

Weitere Informationen