Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 896 Bytes

systemsuspendstatus.md

File metadata and controls

43 lines (23 loc) · 896 Bytes
-api-id -api-type
T:Microsoft.Windows.System.Power.SystemSuspendStatus
winrt enum

Microsoft.Windows.System.Power.SystemSuspendStatus

-description

Defines values that represent the suspend status of the device.

-enum-fields

-field Uninitialized: 0

The suspend status is not initialized.

-field Entering: 1

The device is entering suspend state.

-field AutoResume: 2

The device is automatically resuming from suspend state.

-field ManualResume: 3

The user has manually resumed the device from suspend state.

-remarks

-see-also

SystemSuspendStatus property, SystemSuspendStatusChanged event, Power management with the app lifecycle API

-examples