ResourceFailureAction Enumeration
In This Topic
Determines how a job behaves if one or more resources cannot be connected or allocated.
Syntax
Members
Member | Value | Description |
Fail | 1 |
The job fails.
|
Run | 4 |
The job is run (the resource failure is ignored).
|
WaitThenFail | 2 |
adTempus waits for the specified time, then fails the job if the resources still cannot be allocated.
|
WaitThenRun | 3 |
adTempus waits for the specified time, then runs the job even if the resources still cannot be allocated.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ResourceFailureAction
See Also