CancellationSignal.IsCanceled Property

Definition

Returns true if the operation has been canceled.

public bool IsCanceled { [Android.Runtime.Register("isCanceled", "()Z", "")] get; }
[<get: Android.Runtime.Register("isCanceled", "()Z", "")>]
member this.IsCanceled : bool

Property Value

True if the operation has been canceled.

Attributes

Remarks

Returns true if the operation has been canceled.

Java documentation for android.os.CancellationSignal.isCanceled().

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