adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobAgentOptions Enumeration


In This Topic
    JobAgentOptions Enumeration
    In This Topic
    Defines options that control how jobs in a ArcanaDevelopment.adTempus.Client.JobQueue are distributed to Agents.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("75AE3BC9-2177-47A8-ACDB-C31C217B0E53")>
    <FlagsAttribute()>
    Public Enum JobAgentOptions 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("75AE3BC9-2177-47A8-ACDB-C31C217B0E53")]
    [Flags()]
    public enum JobAgentOptions : System.Enum 
    [ComVisible(true)]
    [Guid("75AE3BC9-2177-47A8-ACDB-C31C217B0E53")]
    [Flags()]
    public enum class JobAgentOptions : public System.Enum 
    Members
    MemberValueDescription
    ConditionsOnMaster16For jobs with SlaveOnAll, conditions for the job are evaluated on the Master. If not set, conditions are evaluated on the Agent.
    Failover32 Reserved for future use.
    MirrorOnAll2 The job is mirrored to all agents.
    PreferServerLoadOverQueueCounts64For SelectBest, give priority to the target with the lowest server load, rather than the one where the job can be executed soonest.
    QueueCommands8 If the Master cannot communicate with the Agent, commands are queued and sent to the Agent when contact is restored.
    SelectBest4 adTempus selects the best agent from the list of agents.
    SlaveOnAll1 The job is run in slave mode on all agents.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.JobAgentOptions

    See Also