Share via


NSProgress.Cancellable Property

Definition

Whether this is tracking work that can be cancelled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Cancellable { [Foundation.Export("isCancellable")] get; [Foundation.Export("setCancellable:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isCancellable")>]
[<set: Foundation.Export("setCancellable:")>]
member this.Cancellable : bool with get, set

Property Value

Attributes

Applies to