Enum PowerTransientState
Definition
- Assembly:
- Tizen.System.dll
Enumeration for power transient state.
public enum PowerTransientState : uint
Fields
| Name | Description |
|---|---|
| Resuming | The second step of transitioning from sleep to normal. |
| ResumingEarly | The first step of transitioning from sleep to normal. |
| ResumingLate | The last step of transitioning from sleep to normal. |
| Suspending | The second step of transitioning from normal to sleep. |
| SuspendingEarly | The first step of transitioning from normal to sleep. |
| SuspendingLate | The last step of transitioning from normal to sleep. |