Os.Waitpid(Int32, MutableInt, Int32) Method

Definition

See .

[Android.Runtime.Register("waitpid", "(ILandroid/util/MutableInt;I)I", "")]
public static int Waitpid (int pid, Android.Util.MutableInt? status, int options);
[<Android.Runtime.Register("waitpid", "(ILandroid/util/MutableInt;I)I", "")>]
static member Waitpid : int * Android.Util.MutableInt * int -> int

Parameters

pid
Int32
status
MutableInt
options
Int32

Returns

Attributes

Exceptions

Remarks

Java documentation for android.system.Os.waitpid(int, android.system.Int32Ref, 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