JobAgentOptions Enumeration
In This Topic
Defines options that control how jobs in a
ArcanaDevelopment.adTempus.Client.JobQueue are distributed to Agents.
Syntax
Members
Member | Value | Description |
ConditionsOnMaster | 16 | For jobs with SlaveOnAll, conditions for the job are evaluated on the Master. If not set, conditions are evaluated on the Agent. |
Failover | 32 |
Reserved for future use.
|
MirrorOnAll | 2 |
The job is mirrored to all agents.
|
PreferServerLoadOverQueueCounts | 64 | For SelectBest, give priority to the target with the lowest server load, rather than the one where the job can be executed soonest. |
QueueCommands | 8 |
If the Master cannot communicate with the Agent, commands are queued and sent to the Agent when contact is restored.
|
SelectBest | 4 |
adTempus selects the best agent from the list of agents.
|
SlaveOnAll | 1 |
The job is run in slave mode on all agents.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobAgentOptions
See Also