Share via


ManagementPackTask.CanSuspend Property

Definition

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

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

Property Value

true if the task can be suspended; otherwise false.

Applies to