![]() | Value |
The ValueModifierT Type exposes the following members.
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.
(Inherited from NodeShellBase) |
![]() | 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.
(Inherited from NodeShellBase) |
![]() | CheckerBaseReferenceName | Reference to an executing NodeCheckerBase. |
![]() | CheckerLogger |
An optional logger that is called by the node
or zero.
Is provided by the IJobProvider during instantiation.
(Inherited from NodeCheckerBase) |
![]() | CheckerTrigger |
An optional trigger that calls the job repeatedly
or null (internally sets BreakWithResult to false).
Is provided by the IJobProvider during instantiation.
(Overwrites NodeCheckerBaseCheckerTrigger) |
![]() | FormatString | Formatting string. |
![]() | InitNodes |
If True, all nodes in the tree are reset when this node is started.
Can be used for loops in controlled jobs.
Default: false.
(Inherited from NodeCheckerBase) |
![]() | IsGlobal |
If true, this node is created as a reference node if anywhere in the tree
(not only in the current job) the name of the node has already been found.
If false, the system only searches for nodes with the same name in the current job.
Default: false.
(Inherited from NodeCheckerBase) |
![]() | IsInvalid |
With True, after successful global locking
no further start attempt is made and the locking
cancelled.
(Inherited from NodeCheckerBase) |
![]() | LastReturned |
The last result returned.
(Inherited from NodeCheckerBase) |
![]() | NodeCheckerBase | Executing Checker or ValueModifier. |
![]() | ReferencedNodeName |
Name of an originally referenced node or null.
(Inherited from NodeCheckerBase) |
![]() | ReturnObject |
The modified ReturnObject of the assigned INodeChecker.
(Overwrites NodeCheckerBaseReturnObject) |
![]() | SlavePathName | Path to the external ValueModifier. |
![]() | TriggeredRunDelay |
Delays the start of a node (and InitNodes).
Can be used for loops in controlled jobs.
Default: 0 (milliseconds).
(Inherited from NodeCheckerBase) |
![]() | UserControlPath |
The path to the UserControl currently to be loaded dynamically.
(Overwrites NodeCheckerBaseUserControlPath) |