Job |
The JobList Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| _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) | |
| _parentViewLocker |
Used to block thread-safe access to ParentView.
(Inherited from LogicalNode) | |
| 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) | |
| JobsByName | Dictionary of JobLists with their names as keys. | |
| LastCountPositiveResultsLocker |
Used to temporarily block LastCountResults.
(Inherited from NodeList) | |
| LastCountResultsLocker |
Used to temporarily block LastCountResults.
(Inherited from NodeList) | |
| 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) | |
| LastReturnedLogical |
Comparison value for recognising changes in the logical value independently
of technically required Initializations (especially for logging, LastLogical
would trigger too often for technical reasons).
(Inherited from NodeList) | |
| LastReturnedLogicalLocker |
Used to temporarily block LastReturnedLogical.
(Inherited from NodeList) | |
| LastSingleNodesFinishedLocker |
Used to temporarily block LastSingleNodesFinished.
(Inherited from NodeParent) | |
| LastSingleNodesLocker |
Used to temporarily block LastSingleNodes.
(Inherited from NodeList) | |
| LastStateLocker |
Used to temporarily block LastState.
(Inherited from LogicalNode) | |
| ListLogicalState |
Additional NodeLogicalState for NodeLists.
Is set if there is a changed value for the list itself.
state results. This happens when a waiting Sub-JobList
is cancelled.
(Inherited from NodeList) | |
| ListLogicalStateLocker |
Used to temporarily lock ListLogicalState.
(Inherited from NodeList) | |
| ListNodeState |
Additional NodeState for NodeLists.
Is set if there is a changed value for the list itself.
state results. This happens when a Sub-JobList is set to
approval by the JobList responsible for them.
(Inherited from NodeList) | |
| LoggerRelevantEventCache | Cache to speed up the processing of TreeEvents related to logger. | |
| Mother |
The owner of the node.
(Inherited from GenericTreeT) | |
| NodesById | Dictionary of LogicalNodes with their IDs as keys. | |
| NodesByName | Dictionary of LogicalNodes with their names as keys. | |
| 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) | |
| TreeRootLastChanceNodesByName | Dictionary of LogicalNodes with their names as keys. | |
| TriggerRelevantEventCache | Cache to speed up the processing of TreeEvents related to EventTrigger. | |
| UnsatisfiedNodeConnectors | List of NodeConnectors that have not yet been resolved when parsing the jobs could be realised. | |
| WorkerRelevantEventCache | Cache to speed up the processing of TreeEvents related to Worker. |