CompletableFuture.IsCancelled Property

Definition

Returns true if this CompletableFuture was cancelled before it completed normally.

public virtual bool IsCancelled { [Android.Runtime.Register("isCancelled", "()Z", "GetIsCancelledHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isCancelled", "()Z", "GetIsCancelledHandler", ApiSince=24)>]
member this.IsCancelled : bool

Property Value

true if this CompletableFuture was cancelled before it completed normally

Implements

Attributes

Remarks

Returns true if this CompletableFuture was cancelled before it completed normally.

Java documentation for java.util.concurrent.CompletableFuture.isCancelled().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to