Enum PowerTransientState

Definition

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

Enumeration for power transient state.

C#
Copy
public enum PowerTransientState : uint
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.

Extension Methods