Job |
The JobConnector Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| _lastResult |
The last processing result for this node (internal field).
(Inherited from NodeConnector) | |
| _lastRun |
Time of the last start of the node (internal field).
(Inherited from LogicalNode) | |
| _nextRunInfo |
Info text about the next start of the node (if known) or null (internal field).
(Inherited from LogicalNode) | |
| _node |
The node to which this NodeConnector refers.
(Inherited from NodeConnector) | |
| _parentViewLocker |
Used to block thread-safe access to ParentView.
(Inherited from LogicalNode) | |
| _userControlPath |
The path to the UserControl currently to be loaded dynamically (internal field).
(Inherited from NodeConnector) | |
| AppSettings |
Application settings.
(Inherited from LogicalNode) | |
| CancellationToken |
The CancellationTokenSource can be used to set this token to
cancellation, which in this node leads to the call
of the cancelNotification routine.
(Inherited from LogicalNode) | |
| ExceptionLocker |
Used to temporarily block exceptions.
(Inherited from LogicalNode) | |
| IsRunRequired |
True: the node should be started.
(Inherited from LogicalNode) | |
| IsTaskActiveOrScheduled |
True: the node is currently active or controlled by a timer.
(Inherited from LogicalNode) | |
| LastExceptions |
Exception that occurred during the last run or null;
(Inherited from LogicalNode) | |
| LastLogicalLocker |
Used to temporarily block LastLogical.
(Inherited from LogicalNode) | |
| LastLogicalStateLocker |
Used to temporarily lock LastLogicalState.
(Inherited from LogicalNode) | |
| LastSingleNodesFinishedLocker |
Used to temporarily block LastSingleNodesFinished.
(Inherited from NodeParent) | |
| LastStateLocker |
Used to temporarily block LastState.
(Inherited from LogicalNode) | |
| Mother |
The owner of the node.
(Inherited from GenericTreeT) | |
| ResultLocker |
Used to temporarily block results.
(Inherited from LogicalNode) | |
| RootJobList |
Next higher JobList for this node or the node itself,
if it is a JobList.
(Inherited from LogicalNode) | |
| SubLastNotNullLogicalLocker |
Used to temporarily block LastLogical.
(Inherited from LogicalNode) | |
| SubNodeStateChangedLocker |
Used to temporarily lock for resetting (invalidating)
different for the determination of the current status of the
ParentNode important Counter.
(Inherited from NodeParent) | |
| ThreadRefreshParentNodeLocker |
Used to temporarily lock for resetting (invalidating)
different for the determination of the current status of the
ParentNode important Counter.
(Inherited from NodeParent) | |
| TreeRootJobList |
Top JobList.
(Inherited from LogicalNode) |