adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ITaskExecutionContext Interface
Properties Methods

In This Topic
    ITaskExecutionContext Interface Members
    In This Topic

    The following tables list the members exposed by ITaskExecutionContext.

    Public Properties
     NameDescription
     Property Gets or sets the Checkpoint for the job. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Gets the unique ID for the job definition. (Inherited from )
     Property Gets the unique ID for this job instance. (Inherited from )
     Property Gets the Job Variables for the job. (Inherited from )
     Property Information about the adTempus server. (Inherited from )
     Property Indicates whether the operation has been terminated. (Inherited from )
     Property Gets the unique ID for the job step definition. (Inherited from )
     Property Gets the step number (Inherited from )
    Top
    Public Methods
     NameDescription
     Method Captures a file on disk and stores it in the job history. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Stores data as a Captured File in the job history. (Inherited from )
     Method Logs a message to the Job Log for the job. (Inherited from )
     Method Expands variable tokens in a string (Inherited from )
     Method Sends a notification message through the adTempus notification system. (Inherited from )
     Method Communicates additional result information to the host. (Inherited from )
     Method Delays execution for the specified number of milliseconds. (Inherited from )
    Top
    See Also