adTempus API
PreviousUpNext
IExecutionHistoryStep Interface

Represents a step in an instance (execution) of the job.

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

{EF41F1A9-67C4-4E36-8F1D-47A2B701DA8B}

Each time a Job is executed this is called an instance of the job; the instance is represented in the API by the ExecutionHistoryItem. Each step executed for that instance is represented by an ExecutionHistoryStep. 

If a given step does not execute for an instance, no ExecutionHistoryStep will exist for it. If a step is executed more than once, there will be one ExecutionHistoryStep for each execution of the step. 

The data is retrieved from the server when you retrieve the ExecutionHistoryItem using GetExecutionHistory for the job. If the instance is currently executing and you subsequently need to check the status or other information, call the Refresh method first to update the object with the latest information from the server.

Database Table Name

ExecutionHistoryStep

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