Enum PowerState

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.dll

    Enumeration for power state.

    public enum PowerState : uint

    Fields

    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

    EXamlExtensions.LoadFromEXamlByRelativePath<PowerState>(PowerState, string)
    Extensions.LoadFromXaml<PowerState>(PowerState, string)
    Extensions.LoadFromXaml<PowerState>(PowerState, Type)
    Extensions.LoadFromXamlFile<PowerState>(PowerState, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX