Enum PowerState
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.dll
- API Level:
- 10
Enumeration for power state.
C#Copypublic enum PowerState : uint
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. |