![]() | Node |
The NodeShellBase Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | NodeShellBase | Standard constructor: checks whether ICanRun-dll and/or IParameterReader-dll exist in the current or UserAssemblies directory and loads them. |
Name | Description of the | |
---|---|---|
![]() | CanRunDll | Dll with the instance of ICanRun. If available, CanRun is started before every of a node is called. If CanRun returns false, the start is cancelled. In CanRun, the parameters transferred via ref can also be be modified. |
![]() | CanRunDllPath | Path to an optional dll that provides an ICanRun instance. If available, before each run of the associated checker or worker CanRun is called. If CanRun returns false, the start is cancelled. The parameters transferred can also be modified in CanRun. |
Name | Description of the | |
---|---|---|
![]() | CanRun | Is used by Vishnu before each run of a Checker, Worker or before Start a trigger is called up. Returns true if the run/start can be executed. |