Java.Lang.Process.WaitFor Method
Causes the calling thread to wait for the native process associated with this object to finish executing.

Syntax

[Android.Runtime.Register("waitFor", "()I", "GetWaitForHandler")]
public abstract int WaitFor ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.InterruptedExceptionif the calling thread is interrupted.

Remarks

Causes the calling thread to wait for the native process associated with this object to finish executing.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1