Click or drag to resize

NodeConnector fields

The NodeConnector Type exposes the following members.

Fields
 NameDescription of the
Protected Field_lastResult The last processing result for this node (internal field).
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_node The node to which this NodeConnector refers.
Protected Field_parentViewLocker Used to block thread-safe access to ParentView.
(Inherited from LogicalNode)
Protected Field_userControlPath The path to the UserControl currently to be loaded dynamically (internal field).
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)
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 FieldLastSingleNodesFinishedLocker Used to temporarily block LastSingleNodesFinished.
(Inherited from NodeParent)
Protected FieldLastStateLocker Used to temporarily block LastState.
(Inherited from LogicalNode)
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