EnergySaverStatus 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.
Enumerates states that the energy saver van have on the device.
public enum class EnergySaverStatus
public enum EnergySaverStatus
type EnergySaverStatus =
Public Enum EnergySaverStatus
- Inheritance
-
EnergySaverStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Status of energy saving is unknown. |
On | 1 | Energy saving is on. |
Off | 2 | Energy saving is off. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.