OsConstants.WIFSIGNALED(Int32) Method

Definition

Tests whether the child was terminated by a signal.

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

Parameters

status
Int32

Returns

Attributes

Remarks

Tests whether the child was terminated by a signal.

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