ManagementPackTask.CanCancel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.