Java.Lang.Thread.GetState Method
Returns the current state of the Thread.

Syntax

[Android.Runtime.Register("getState", "()Ljava/lang/Thread$State;", "GetGetStateHandler")]
public virtual Thread.State GetState ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the current state of the Thread. This method is useful for monitoring purposes.

[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