Thread.State.TimedWaiting Property

Definition

The thread is waiting for a specified amount of time.

[Android.Runtime.Register("TIMED_WAITING")]
public static Java.Lang.Thread.State? TimedWaiting { get; }
[<Android.Runtime.Register("TIMED_WAITING")>]
member this.TimedWaiting : 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