OsConstants.WIFEXITED(Int32) Method

Definition

Tests whether the child exited normally.

[Android.Runtime.Register("WIFEXITED", "(I)Z", "")]
public static bool WIFEXITED (int status);
[<Android.Runtime.Register("WIFEXITED", "(I)Z", "")>]
static member WIFEXITED : int -> bool

Parameters

status
Int32

Returns

Attributes

Remarks

Tests whether the child exited normally.

Java documentation for android.system.OsConstants.WIFEXITED(int).

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