JobConditionType Enumeration
In This Topic
Syntax
Members
| Member | Value | Description |
| Completed | 5 |
The condition is satisfied if the job completed.
|
| DidNotRun | 6 |
The condition is satisfied if the job did not run.
|
| DidNotSucceed | 7 |
The condition is satisfied if the job did not run successfully.
|
| Failed | 4 |
The condition is satisfied if the job failed.
|
| NotRunning | 2 |
The condition is satisfied if the job is not running.
|
| Running | 1 |
The condition is satisfied if the job is running.
|
| Succeeded | 3 |
The condition is satisfied if the job succeeded.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobConditionType
See Also