JobConditionOptions Enumeration
In This Topic
Syntax
Members
Member | Value | Description |
IgnoreChainedExecutionForDependent | 4 |
Ignores chained instances (run by Responses) when searching for the most recent instance of the dependent job (the job that has the condition)
|
IgnoreChainedExecutionForTarget | 8 |
Ignores chained instances (run by Responses) when searching for matching instances of the target job
|
IgnoreManualExecutionForDependent | 1 |
Ignores manually-executed instances when searching for the most recent instance of the dependent job (the job that has the condition)
|
IgnoreManualExecutionForTarget | 2 |
Ignores manually-executed instances when searching for matching instances of the target job
|
None | 0 |
No options specified
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobConditionOptions
See Also