Enum CpuBoostingLevel

Definition

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

Enumeration for the cpu boosting level.

C#
Copy
public enum CpuBoostingLevel : int
Name Description
CpuBoostingLevelEnd

The cpu boosting level.

CpuBoostingLevelMedium

The cpu boosting level (medium).

CpuBoostingLevelNone

The cpu boosting level (none).

CpuBoostingLevelStrong

The cpu boosting level (strong).

CpuBoostingLevelWeak

The cpu boosting level (weak).

Extension Methods