Click or drag to resize

NodeCunningBreak method

Cancel the task. If the node itself is busy, cause it to be cancelled, otherwise pass on the cancellation request to all children.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public override void Break(
	
	bool userBreak
)

Parameters

userBreak  Boolean
If True, the user has triggered the break.
See also