Click or drag to resize

LogicalNode fields

The LogicalNode Type exposes the following members.

Fields
 NameDescription of the
Protected Field_lastRun Time of the last start of the node (internal field).
Protected Field_nextRunInfo Info text about the next start of the node (if known) or null (internal field).
Protected Field_parentViewLocker Used to block thread-safe access to ParentView.
Protected FieldAppSettings Application settings.
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.
Protected FieldExceptionLocker Used to temporarily block exceptions.
Protected FieldIsRunRequired True: the node should be started.
Public FieldStatic MemberIsSnapshotProhibited Returns true if no snapshots are currently permitted.
Protected FieldIsTaskActiveOrScheduled True: the node is currently active or controlled by a timer.
Public FieldStatic MemberIsTreeFlushing Returns true if processing in the tree is currently to be stopped but logical changes that have already been created can still be distributed.
Public FieldStatic MemberIsTreePaused Returns true if processing in the tree has just been stopped.
Public FieldLastExceptions Exception that occurred during the last run or null;
Protected FieldLastLogicalLocker Used to temporarily block LastLogical.
Protected FieldLastLogicalStateLocker Used to temporarily lock LastLogicalState.
Protected FieldLastStateLocker Used to temporarily block LastState.
Public FieldMother The owner of the node.
(Inherited from GenericTreeT)
Protected FieldResultLocker Used to temporarily block results.
Public FieldRootJobList Next higher JobList for this node or the node itself, if it is a JobList.
Protected FieldSubLastNotNullLogicalLocker Used to temporarily block LastLogical.
Public FieldTreeRootJobList Top JobList.
Back to the top
See also