<< 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
ID of the task.
taskName
public String taskName
Name of the task.
taskGoupName
public String taskGoupName
Group name of the task.
completedTime
public String completedTime
Completion time of task.
executeTime
public String executeTime
Run time of task.
isSuccessful
public boolean isSuccessful
Whether the task was successful.
formCategoryName
public String formCategoryName
Category name of the OZR file.
formName
public String formName
Name of the OZR file.
errorMessage
public String errorMessage
Error message.