IFuture.State.Running Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.