Share via


ApplicationExitInfo.Status Property

Definition

The exit status argument of exit() if the application calls it, or the signal number if the application is signaled.

public int Status { [Android.Runtime.Register("getStatus", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getStatus", "()I", "", ApiSince=30)>]
member this.Status : int

Property Value

Attributes

Remarks

The exit status argument of exit() if the application calls it, or the signal number if the application is signaled.

Java documentation for android.app.ApplicationExitInfo.getStatus().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to