Share via


ManagementPackTask.CanCancel Property

Definition

Gets or sets a value that indicates whether the management pack task can be cancelled.

public:
 property Nullable<bool> CanCancel { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? CanCancel { get; set; }
member this.CanCancel : Nullable<bool> with get, set
Public Property CanCancel As Nullable(Of Boolean)

Property Value

true if the task can be cancelled; otherwise false.

Applies to