Sprache

IFuture.State.Running Property

Definition

The task has not completed.

[Android.Runtime.Register("RUNNING", ApiSince=36)]
public static Java.Util.Concurrent.IFuture.State Running { get; }
[<Android.Runtime.Register("RUNNING", ApiSince=36)>]
static member Running : Java.Util.Concurrent.IFuture.State

Property Value

The task has not completed.

Attributes

Remarks

The task has not completed.

Java reference for java.util.concurrent.Future.State.RUNNING.

Applies to