![]() | Worker |
The WorkerShell 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) |
![]() | SlavePathName | The exe. to be called when the state of Logical changes. |
![]() | TransportByFile | If True, the parameters are transferred via an XML file, otherwise via the command line; Default: false. |
![]() | Trigger | An optional trigger that calls the job repeatedly or null. Is provided by the IJobProvider during instantiation. |
![]() | WorkerState | Condition of the worker. None, Valid, Invalid. |