adTempus API
PreviousUpNext
IJobControlAction Interface

The JobControlAction is an action that allows a job to control itself or another job.

C++
__interface IJobControlAction : IAction;
C#
public interface IJobControlAction : IAction;
Visual Basic
Public Interface IJobControlAction
Inherits IAction
adTempus Class ID

{21025A35-F6A3-4DBC-A5EB-EBB78082F31D}

The following table shows the required and optional properties, based on the ControlType:

Retry Limit 
JobOID 
StepOID 
jcaHoldJob 
jcaDeleteJob 
jcaRunJob 
jcaRestartJob 
jcaStopExecutingSteps 
jcaFailJob 
jcaSucceedJob 
jcaRunStep 
jcaReleaseJob 
jcaSucceedStep 
jcaFailStep 
jcaTerminateJob 
jcaRestartStep 

R: Required; O: Optional; N: Not used 

If JobOID is marked optional, the action targets the calling job if the JobOID is not specified. If StepOID is marked optional, the action targets the calling step if the StepOID is not specified.

Database Table Name

JobControlAction

adTempus API Reference version 3.0.0.0, revised 10/30/2008