ToolTask.YieldDuringToolExecution Property
Definition
Gets or sets a value that indicates whether the task will yield the node during tool execution.
public:
property bool YieldDuringToolExecution { bool get(); void set(bool value); };
public bool YieldDuringToolExecution { get; set; }
member this.YieldDuringToolExecution : bool with get, set
Public Property YieldDuringToolExecution As Boolean
Property Value
true
if the task will yield the node during tool execution; otherwise, false
.