OsConstants.WIFSTOPPED(Int32) Method

Definition

Tests whether the child was stopped (not terminated) by a signal.

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

Parameters

status
Int32

Returns

Attributes

Remarks

Tests whether the child was stopped (not terminated) by a signal.

Java documentation for android.system.OsConstants.WIFSTOPPED(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