Version: 2023.2
LanguageEnglish
  • C#

ExitReason

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The reason code for termination of the process.

Properties

UnknownMirrors android:public static final int REASON_UNKNOWN.
ExitSelfMirrors android:public static final int REASON_EXIT_SELF.
SignaledMirrors android:public static final int REASON_SIGNALED.
LowMemoryMirrors android:public static final int REASON_LOW_MEMORY.
CrashMirrors android:public static final int REASON_CRASH.
CrashNativeMirrors android:public static final int REASON_CRASH_NATIVE.
ANRMirrors android:public static final int REASON_ANR.
InititalizationFailureMirrors android:public static final int REASON_INITIALIZATION_FAILURE.
PermissionChangeMirrors android:public static final int REASON_PERMISSION_CHANGE.
ExcessiveResourceUsageMirrors android:public static final int REASON_EXCESSIVE_RESOURCE_USAGE.
UserRequestedMirrors android:public static final int REASON_USER_REQUESTED.
UserStoppedMirrors android:public static final int REASON_USER_STOPPED.
DependencyDiedMirrors android:public static final int REASON_DEPENDENCY_DIED.
OtherMirrors android:public static final int REASON_OTHER.
FreezerMirrors android:public static final int REASON_FREEZER.
PackageStateChangeMirrors android:public static final int REASON_PACKAGE_STATE_CHANGE.
PackageUpdatedMirrors android:public static final int REASON_PACKAGE_UPDATED.