TerminationOptions Enumeration
In This Topic
Defines options used when terminating a job.
Syntax
Members
Member | Value | Description |
None | 0 |
No options specified
|
TerminateAllInstances | 1 |
All active instances of the job are terminated. If not specified, only the specified instance is terminated
|
TerminateOnAgents | 16 |
Instances running on Agents are terminated
|
TerminateOnController | 2 |
Instances running on the Controller are terminated
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.TerminationOptions
See Also