adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / AgentMatchRule Enumeration


In This Topic
    AgentMatchRule Enumeration
    In This Topic
    Specifies which agent(s) a JobTrigger or JobCondition applies to.
    Syntax
    'Declaration
     
    
    Public Enum AgentMatchRule 
       Inherits System.Enum
    public enum AgentMatchRule : System.Enum 
    public enum class AgentMatchRule : public System.Enum 
    Members
    MemberValueDescription
    MatchAll1 The match is applied to all agents defined for the job.
    MatchAny0 The match is satisfied by any agent defined for the job.
    MatchSpecified2 The rule applies only to the specified agent(s).
    SameComputerOnly3 The rule only applies to jobs run on the same computer.
    Inheritance Hierarchy

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

    See Also