 | LogicalNodeBreakWithResult property |
A subtree may already have a clear logical result,
before all the children have finished their processing.
If BreakWithResult=True, these are then cancelled if the
no triggers are active on the branch in question.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool BreakWithResult { get; set; }
Public Property BreakWithResult As Boolean
Get
Set
public:
property bool BreakWithResult {
bool get ();
void set (bool value);
}
member BreakWithResult : bool with get, set
Property value
Boolean
See also