SystemStateChangeReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible actions an application can allow for a PosPower device.
public enum SystemStateChangeReason
type SystemStateChangeReason =
Public Enum SystemStateChangeReason
- Inheritance
-
SystemStateChangeReason
Fields
Name | Value | Description |
---|---|---|
Request | 1 | The system should enter the requested standby or suspend state. |
Allow | 2 | The request should be allowed. |
Deny | 3 | The request should be denied. |