Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.
Read time 1 minuteLast updated 5 days ago

Definition

public enum ProcessImportance

Fields

Value

Description

CachedMirrors
android:public static final int IMPORTANCE_CACHED
.
CantSaveStateMirrors
android:public static final int IMPORTANCE_CANT_SAVE_STATE
.
ForegroundMirrors
android:public static final int IMPORTANCE_FOREGROUND
.
ForeGroundServiceMirrors
android:public static final int IMPORTANCE_FOREGROUND_SERVICE
.
GoneMirrors
android:public static final int IMPORTANCE_GONE
.
PerceptibleMirrors
android:public static final int IMPORTANCE_PERCEPTIBLE
.
ServiceMirrors
android:public static final int IMPORTANCE_SERVICE
.
TopSleepingMirrors
android:public static final int IMPORTANCE_TOP_SLEEPING
.
VisibleMirrors
android:public static final int IMPORTANCE_VISIBLE
.