'DeclarationPublic Enum ConditionState Inherits System.Enum
public enum ConditionState : System.Enum
'DeclarationPublic Enum ConditionState Inherits System.Enum
public enum ConditionState : System.Enum
| Member | Value | Description |
|---|---|---|
| Disabled | 3 | The condition is disabled in the job definition |
| Error | 7 | The condition failed to execute correctly |
| Invalid | 8 | The condition has invalid settings |
| NotChecked | 0 | The condition has not been checked |
| NotSatisfied | 9 | The condition has been evaluated and is not satisfied |
| Satisfied | 2 | The condition has been satisfied |
| Skipped | 5 | The condition was skipped because the user forced the job to continue execution |
| Suppressed | 4 | The condition was suppressed through execution options |
| TimedOut | 6 | The wait limit for the condition was exceeded |
| Waiting | 1 | adTempus is waiting for the condition |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ConditionState