TransferErrorMessagesTask.SuspendRequired Property

Definition

Gets or sets a Boolean indicating whether a task should suspend if it encounters a breakpoint. This value is set by the run-time engine for the tasks and containers when a breakpoint is encountered.

public:
 property bool SuspendRequired { bool get(); void set(bool value); };
public bool SuspendRequired { get; set; }
member this.SuspendRequired : bool with get, set
Public Property SuspendRequired As Boolean

Property Value

true if the task suspends when it encounters a breakpoint; false if the breakpoint can be ignored.

Implements

Applies to