![]() | Undefined |
The UndefinedJob Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | BreakWithResult |
A job may already have a clear logical result,
before all the children have finished their processing.
If BreakWithResult=True, these are then cancelled.
Does not apply if a job trigger has been set.
(Inherited from Job) |
![]() | Checkers |
List of external check routines for a jobPackage.Job.
(Inherited from Job) |
![]() | ConstantNodeUserControlPath |
Path to the UserControl to be loaded dynamically for a Constant-SingleNode.
(Inherited from Job) |
![]() | EventTriggers |
List of internal triggers for a jobPackage.Job.
(Inherited from Job) |
![]() | InitNodes |
If True, all nodes in the tree are reset when this node is started.
Can be used for loops in controlled jobs.
(Inherited from Job) |
![]() | IsDefaultSnapshot |
True if this snapshot could not be loaded and instead
the default snapshot has been loaded.
(Inherited from Job) |
![]() | IsGlobal |
If true, this node is created as a reference node if anywhere in the tree
(not only in the current job) the name of the node has already been found.
If false, the system only searches for nodes with the same name in the current job.
Default: false.
(Inherited from Job) |
![]() | IsVolatile |
If True, "Logical" is used to determine the result in the tree,
if False "LastNotNullLogical".
Default: False
(Inherited from Job) |
![]() | JobConnectorUserControlPath |
Path to the UserControl to be loaded dynamically for a JobConnector.
(Inherited from Job) |
![]() | JobListUserControlPath |
Path to the UserControl to be loaded dynamically for a JobList.
(Inherited from Job) |
![]() | JobLogger |
An optional logger that is assigned to the job
is or zero.
(Inherited from Job) |
![]() | JobSnapshotTrigger |
An optional trigger that controls when a snapshot of the job is created.
or zero.
(Inherited from Job) |
![]() | JobTrigger |
An optional trigger that calls the job repeatedly
or null (internally sets BreakWithResult to false).
(Inherited from Job) |
![]() | LockName |
Optional name used for global locking.
Is used if ThreadLocked is set.
(Inherited from Job) |
![]() | Loggers |
List of external loggers for a jobPackage.Job.
(Inherited from Job) |
![]() | LogicalChangedDelay |
Delay in milliseconds before a LogicalCanged event is passed on.
(Inherited from Job) |
![]() | LogicalExpression |
The logical expression that is represented by a JobList in the LogicalTaskTree
is processed.
(Inherited from Job) |
![]() | MaxSubJobDepth |
The greatest hierarchical depth of sub-jobs in this job.
If this job has a sub-job, for example, the value is 1.
again a sub-job, then 2 etc., otherwise 0.
(Inherited from Job) |
![]() | NodeListUserControlPath |
Path to the UserControl to be loaded dynamically for a NodeList.
(Inherited from Job) |
![]() | SingleNodeUserControlPath |
Path to the UserControl to be loaded dynamically for a SingleNode.
(Inherited from Job) |
![]() | SnapshotNames |
List of snapshot names for a jobPackage.Job.
(Inherited from Job) |
![]() | SnapshotUserControlPath |
Path to the UserControl to be loaded dynamically for a JobList.
(Inherited from Job) |
![]() | StartCollapsed |
With True, the job is displayed collapsed at startup if the UI supports this.
Default: False
(Inherited from Job) |
![]() | ThreadLocked |
If True, each thread is locked via the class so that
non-thread-safe checkers are serialized;
Default: False;
(Inherited from Job) |
![]() | TriggeredRunDelay |
Delays the start of a node (and InitNodes).
Can be used for loops in controlled jobs.
Default: 0 (milliseconds).
(Inherited from Job) |
![]() | Triggers |
List of external triggers for a jobPackage.Job.
(Inherited from Job) |
![]() | WhatDefaultSnapshot |
True, if this snapshot is loaded and previously
the default snapshot has been loaded.
(Inherited from Job) |
![]() | Workers |
List of external work routines for a jobPackage.Job.
If a dictionary with WorkerShell arrays is to be
Node-Id + ":" + TreeEvents-String.
(Inherited from Job) |
![]() | WorkersDictionary |
List of external work routines for a jobPackage.Job.
(Inherited from Job) |