Click or drag to resize

UndefinedLogicalNodeClass fields

The UndefinedLogicalNodeClass 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)
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 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)
Public FieldTreeRootJobList Top JobList.
(Inherited from LogicalNode)
Public FieldStatic MemberUndefinedLogicalNode Static instance for an undefined LogicalNode. Replaces null to avoid the miserable null warnings when using LogicalNodes which it is ensured that at the time of use they are not are not equal to zero, but are not yet instantiated in the constructor in a meaningful way. could be realised. For any subsequent null queries, null must be replaced by this instance. It can then be checked for 'is IUndefinedElement' if necessary.
Back to the top
See also