다음을 통해 공유


SystemSuspendStatus 열거형

정의

디바이스의 일시 중단 상태 나타내는 값을 정의합니다.

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
상속
SystemSuspendStatus
특성

필드

AutoResume 2

디바이스가 일시 중단 상태에서 자동으로 다시 시작할 수 있습니다.

Entering 1

디바이스가 일시 중단 상태로 들어갔습니다.

ManualResume 3

사용자가 수동으로 디바이스를 일시 중단 상태에서 다시 시작했습니다.

Uninitialized 0

일시 중단 상태 초기화되지 않았습니다.

적용 대상

추가 정보