<< Click to Display Table of Contents >>
DirectTaskResult
This class provides the execution result of a task whose execution type is DirectExport or DirectPrint.
Member Variables
TaskID
public string TaskID
The ID of the task.
CompletedTime
public string CompletedTime
The completion time of task.
ExecuteTime
public string ExecuteTime
The run time of task.
IsSuccessful
public bool IsSuccessful
Whether the task was successful.
FormName
public string FormName
The name of the OZR file.
ErrorMessage
public string ErrorMessage
The error message.