adTempus API
PreviousUpNext
IResponse Interface

The Response class defines how an adTempus job responds to events that occur during execution of a job or step.

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

{5D4924AF-781E-470E-8997-9605873BB3ED}

A Response is essentially a link between Events and Actions

Each time an event occurs during job execution, adTempus triggers all Responses whose Events collection contains that event. When the response is triggered, all of the actions in its Actions collection are executed.

Database Table Name

Response

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