PowerManager.SystemSuspendStatus Property

Definition

Gets the current suspend status of the device.

public:
 static property SystemSuspendStatus SystemSuspendStatus { SystemSuspendStatus get(); };
static SystemSuspendStatus SystemSuspendStatus();
public static SystemSuspendStatus SystemSuspendStatus { get; }
var systemSuspendStatus = PowerManager.systemSuspendStatus;
Public Shared ReadOnly Property SystemSuspendStatus As SystemSuspendStatus

Property Value

The current suspend status of the device.

Applies to

See also