JobConditionInstance Enumeration
 
            
                In This Topic
            
            
            Syntax
            
            Members
| Member | Value | Description | 
| AnyInChain | 10 | 
            Any instance in the current chain is used
             | 
| AnyInCycle | 8 | 
            Any instance in the current cycle is used
             | 
| AnySinceLastExecution | 2 | 
            Any instance since the last execution of the dependent job can be used.
             | 
| AnySinceLastSuccessfulExecution | 6 | 
            Any instance since the last successful execution of the dependent job is used.
             | 
| AnySinceVariableDate | 4 | 
            Any instance since the date/time stored in a JobVariable can be used.
             | 
| MostRecent | 1 | 
            Only the most recent instance is used.
             | 
| MostRecentInChain | 11 | 
            The most recent instance in the current chain is used
             | 
| MostRecentInCycle | 9 | 
            The most recent instance in the current cycle is used
             | 
| MostRecentSinceLastExecution | 3 | 
            The most recent instance since the last execution of the dependent job is used.
             | 
| MostRecentSinceLastSuccessfulExecution | 7 | 
            The most recent instance since the last successful execution of the dependent job is used.
             | 
| MostRecentSinceVariableDate | 5 | 
            The most recent instance since the date/time stored in a JobVariable can be used.
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.JobConditionInstance
 
            
            
            See Also