Enum PowerState
Definition
- Assembly:
- Tizen.System.dll
Enumeration for power state.
public enum PowerState : uint
Fields
| Name | Description |
|---|---|
| Exit | Prepare for exit and perform |
| Normal | System keeps running. |
| Poweroff | Prepare for poweroff and perform |
| Reboot | Prepare for reboot and perform |
| Sleep | System may be suspended at any time. |
| Start | Initial state of power module. It is especially meaningful in that this can be used to identify the first transition and implement booting UX. |