Język

IFuture.State.Cancelled Property

Definition

The task was cancelled.

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

Property Value

The task was cancelled.

Attributes

Remarks

The task was cancelled.

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

Applies to