 | Job characteristics |
The Job Type exposes the following members.
Properties | 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.
|
 | Checkers |
List of external check routines for a jobPackage.Job.
|
 | ConstantNodeUserControlPath |
Path to the UserControl to be loaded dynamically for a Constant-SingleNode.
|
 | EventTriggers |
List of internal triggers for a jobPackage.Job.
|
 | InitNodes |
If True, all nodes in the tree are reset when this node is started.
Can be used for loops in controlled jobs.
|
 | IsDefaultSnapshot |
True if this snapshot could not be loaded and instead
the default snapshot has been loaded.
|
 | 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.
|
 | IsVolatile |
If True, "Logical" is used to determine the result in the tree,
if False "LastNotNullLogical".
Default: False
|
 | JobConnectorUserControlPath |
Path to the UserControl to be loaded dynamically for a JobConnector.
|
 | JobListUserControlPath |
Path to the UserControl to be loaded dynamically for a JobList.
|
 | JobLogger |
An optional logger that is assigned to the job
is or zero.
|
 | JobSnapshotTrigger |
An optional trigger that controls when a snapshot of the job is created.
or zero.
|
 | JobTrigger |
An optional trigger that calls the job repeatedly
or null (internally sets BreakWithResult to false).
|
 | LockName |
Optional name used for global locking.
Is used if ThreadLocked is set.
|
 | Loggers |
List of external loggers for a jobPackage.Job.
|
 | LogicalChangedDelay |
Delay in milliseconds before a LogicalCanged event is passed on.
|
 | LogicalExpression |
The logical expression that is represented by a JobList in the LogicalTaskTree
is processed.
|
 | 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.
|
 | NodeListUserControlPath |
Path to the UserControl to be loaded dynamically for a NodeList.
|
 | SingleNodeUserControlPath |
Path to the UserControl to be loaded dynamically for a SingleNode.
|
 | SnapshotNames |
List of snapshot names for a jobPackage.Job.
|
 | SnapshotUserControlPath |
Path to the UserControl to be loaded dynamically for a JobList.
|
 | StartCollapsed |
With True, the job is displayed collapsed at startup if the UI supports this.
Default: False
|
 | ThreadLocked |
If True, each thread is locked via the class so that
non-thread-safe checkers are serialized;
Default: False;
|
 | TriggeredRunDelay |
Delays the start of a node (and InitNodes).
Can be used for loops in controlled jobs.
Default: 0 (milliseconds).
|
 | Triggers |
List of external triggers for a jobPackage.Job.
|
 | WhatDefaultSnapshot |
True, if this snapshot is loaded and previously
the default snapshot has been loaded.
|
 | Workers |
List of external work routines for a jobPackage.Job.
If a dictionary with WorkerShell arrays is to be
Node-Id + ":" + TreeEvents-String.
|
 | WorkersDictionary |
List of external work routines for a jobPackage.Job.
|
Back to the top
See also