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 ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Gets the unique ID for this job instance. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Gets the Job Variables for the job. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Information about the adTempus server. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Indicates whether the operation has been terminated. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Gets the unique ID for the job step definition. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Property Gets the step number (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
    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 ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Logs a message to the Job Log for the job. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Expands variable tokens in a string (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Sends a notification message through the adTempus notification system. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Communicates additional result information to the host. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
     Method Delays execution for the specified number of milliseconds. (Inherited from ArcanaDevelopment.adTempus.ApplicationIntegration.IExecutionContext)
    Top
    See Also