'DeclarationPublic Enum AgentMatchRule Inherits System.Enum
public enum AgentMatchRule : System.Enum
            'DeclarationPublic Enum AgentMatchRule Inherits System.Enum
public enum AgentMatchRule : System.Enum
| Member | Value | Description | 
|---|---|---|
| MatchAll | 1 | The match is applied to all agents defined for the job. | 
| MatchAny | 0 | The match is satisfied by any agent defined for the job. | 
| MatchSpecified | 2 | The rule applies only to the specified agent(s). | 
| SameComputerOnly | 3 | The rule only applies to jobs run on the same computer. | 
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.AgentMatchRule