Thread.State.Runnable Property

Definition

The thread may be run.

[Android.Runtime.Register("RUNNABLE")]
public static Java.Lang.Thread.State? Runnable { get; }
[<Android.Runtime.Register("RUNNABLE")>]
member this.Runnable : Java.Lang.Thread.State

Property Value

Thread.State
Attributes

Remarks

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