Enum PowerState

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
10

Enumeration for power state.

C#
Copy
public enum PowerState : uint
Name Description
Exit

Prepare for exit and perform systemctl exit.

Normal

System keeps running.

Poweroff

Prepare for poweroff and perform systemctl poweroff.

Reboot

Prepare for reboot and perform systemctl reboot.

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.

Extension Methods