IFuture.State.Failed 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 completed with an exception.
[Android.Runtime.Register("FAILED", ApiSince=36)]
public static Java.Util.Concurrent.IFuture.State Failed { get; }
[<Android.Runtime.Register("FAILED", ApiSince=36)>]
static member Failed : Java.Util.Concurrent.IFuture.State
Property Value
The task completed with an exception.
- Attributes
Remarks
The task completed with an exception.
Java reference for java.util.concurrent.Future.State.FAILED.