JobControlActionOptions Enumeration
In This Topic
Specifies options that can be used with JobControlActions
Syntax
Members
Member | Value | Description |
MaintainCycleID | 2 |
The called job should use the Cycle ID of the calling job
|
None | 0 |
No options specified
|
UseResubmittedStatus | 1 |
If the Action resubmits the job or step, the status of the calling job instance or step is set to jsResubmitted.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobControlActionOptions
See Also