Click or drag to resize

Snapshot fields

The Snapshot Type exposes the following members.

Fields
 NameDescription of the
Protected Field_lastRun Time of the last start of the node (internal field).
(Inherited from LogicalNode)
Protected Field_nextRunInfo Info text about the next start of the node (if known) or null (internal field).
(Inherited from LogicalNode)
Protected Field_parentViewLocker Used to block thread-safe access to ParentView.
(Inherited from LogicalNode)
Protected FieldAppSettings Application settings.
(Inherited from LogicalNode)
Protected FieldCancellationToken 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)
Protected FieldExceptionLocker Used to temporarily block exceptions.
(Inherited from LogicalNode)
Protected FieldIsRunRequired True: the node should be started.
(Inherited from LogicalNode)
Protected FieldIsTaskActiveOrScheduled True: the node is currently active or controlled by a timer.
(Inherited from LogicalNode)
Protected FieldLastCountPositiveResultsLocker Used to temporarily block LastCountResults.
(Inherited from NodeList)
Protected FieldLastCountResultsLocker Used to temporarily block LastCountResults.
(Inherited from NodeList)
Public FieldLastExceptions Exception that occurred during the last run or null;
(Inherited from LogicalNode)
Protected FieldLastLogicalLocker Used to temporarily block LastLogical.
(Inherited from LogicalNode)
Protected FieldLastLogicalStateLocker Used to temporarily lock LastLogicalState.
(Inherited from LogicalNode)
Protected FieldLastReturnedLogical 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)
Protected FieldLastReturnedLogicalLocker Used to temporarily block LastReturnedLogical.
(Inherited from NodeList)
Protected FieldLastSingleNodesFinishedLocker Used to temporarily block LastSingleNodesFinished.
(Inherited from NodeParent)
Protected FieldLastSingleNodesLocker Used to temporarily block LastSingleNodes.
(Inherited from NodeList)
Protected FieldLastStateLocker Used to temporarily block LastState.
(Inherited from LogicalNode)
Protected FieldListLogicalState 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)
Protected FieldListLogicalStateLocker Used to temporarily lock ListLogicalState.
(Inherited from NodeList)
Protected FieldListNodeState 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)
Public FieldMother The owner of the node.
(Inherited from GenericTreeT)
Protected FieldResultLocker Used to temporarily block results.
(Inherited from LogicalNode)
Public FieldRootJobList Next higher JobList for this node or the node itself, if it is a JobList.
(Inherited from LogicalNode)
Protected FieldSubLastNotNullLogicalLocker Used to temporarily block LastLogical.
(Inherited from LogicalNode)
Protected FieldSubNodeStateChangedLocker Used to temporarily lock for resetting (invalidating) different for the determination of the current status of the ParentNode important Counter.
(Inherited from NodeParent)
Protected FieldThreadRefreshParentNodeLocker Used to temporarily lock for resetting (invalidating) different for the determination of the current status of the ParentNode important Counter.
(Inherited from NodeParent)
Public FieldTreeRootJobList Top JobList.
(Inherited from LogicalNode)
Back to the top
See also