Langue

IFuture.State.Failed Property

Definition

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.

Applies to