Logical |
The LogicalNode Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| _lastRun | Time of the last start of the node (internal field). | |
| _nextRunInfo | Info text about the next start of the node (if known) or null (internal field). | |
| _parentViewLocker | Used to block thread-safe access to ParentView. | |
| AppSettings | Application settings. | |
| CancellationToken | The CancellationTokenSource can be used to set this token to cancellation, which in this node leads to the call of the cancelNotification routine. | |
| ExceptionLocker | Used to temporarily block exceptions. | |
| IsRunRequired | True: the node should be started. | |
| IsSnapshotProhibited | Returns true if no snapshots are currently permitted. | |
| IsTaskActiveOrScheduled | True: the node is currently active or controlled by a timer. | |
| IsTreeFlushing | Returns true if processing in the tree is currently to be stopped but logical changes that have already been created can still be distributed. | |
| IsTreePaused | Returns true if processing in the tree has just been stopped. | |
| LastExceptions | Exception that occurred during the last run or null; | |
| LastLogicalLocker | Used to temporarily block LastLogical. | |
| LastLogicalStateLocker | Used to temporarily lock LastLogicalState. | |
| LastStateLocker | Used to temporarily block LastState. | |
| Mother |
The owner of the node.
(Inherited from GenericTreeT) | |
| ResultLocker | Used to temporarily block results. | |
| RootJobList | Next higher JobList for this node or the node itself, if it is a JobList. | |
| SubLastNotNullLogicalLocker | Used to temporarily block LastLogical. | |
| TreeRootJobList | Top JobList. |