JobConditionInstance Enumeration
In This Topic
Syntax
Members
Member | Value | Description |
AnyInChain | 10 | |
AnyInCycle | 8 | |
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 | |
MostRecentInCycle | 9 | |
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