# ProcessImportance

> Indicates the relative importance level that the system assigns to the process. These levels are represented by constants. The constants are numbered in such a way that more important values are always smaller than the less important values.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum ProcessImportance
```

## Fields

| Value                                                                                                           | Description                                                              |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Cached](/engine/6000.6/script-reference/unityengine/android/processimportance/cached.md)                       | Mirrors `android:public static final int IMPORTANCE_CACHED`.             |
| [CantSaveState](/engine/6000.6/script-reference/unityengine/android/processimportance/cantsavestate.md)         | Mirrors `android:public static final int IMPORTANCE_CANT_SAVE_STATE`.    |
| [Foreground](/engine/6000.6/script-reference/unityengine/android/processimportance/foreground.md)               | Mirrors `android:public static final int IMPORTANCE_FOREGROUND`.         |
| [ForeGroundService](/engine/6000.6/script-reference/unityengine/android/processimportance/foregroundservice.md) | Mirrors `android:public static final int IMPORTANCE_FOREGROUND_SERVICE`. |
| [Gone](/engine/6000.6/script-reference/unityengine/android/processimportance/gone.md)                           | Mirrors `android:public static final int IMPORTANCE_GONE`.               |
| [Perceptible](/engine/6000.6/script-reference/unityengine/android/processimportance/perceptible.md)             | Mirrors `android:public static final int IMPORTANCE_PERCEPTIBLE`.        |
| [Service](/engine/6000.6/script-reference/unityengine/android/processimportance/service.md)                     | Mirrors `android:public static final int IMPORTANCE_SERVICE`.            |
| [TopSleeping](/engine/6000.6/script-reference/unityengine/android/processimportance/topsleeping.md)             | Mirrors `android:public static final int IMPORTANCE_TOP_SLEEPING`.       |
| [Visible](/engine/6000.6/script-reference/unityengine/android/processimportance/visible.md)                     | Mirrors `android:public static final int IMPORTANCE_VISIBLE`.            |
