 | NodeCunningThuRun method |
Overwritten RUN logic.
For NodeList this means: Attach to the events
and passing on the call to the children.
This routine is executed asynchronously.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected override void DoRun(
TreeEvent? source
)
Protected Overrides Sub DoRun (
source As TreeEvent
)
protected:
virtual void DoRun(
TreeEvent^ source
) override
abstract DoRun :
source : TreeEvent -> unit
override DoRun :
source : TreeEvent -> unit
Parameters
- source TreeEvent
- For dependent checkers, the triggering TreeEvent.
See also