<< Click to Display Table of Contents >>
TaskResult
This class provides the results of the task execution.
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.
isSuccessfulCode
public int isSuccessfulCode
Result code of task execution.(100001: failed, 200001: Export failed, 300001: Email sending failed, 400001: Succeeded)
isSuccessful
public String isSuccessful
Result of task execution.(Failed, Exporting Failed, Mailing Failed, Succeeded)
formCategoryName
public String formCategoryName
Category name of the OZR file.
formFileName
public String formFileName
Name of the OZR file.
Parameter
public String Parameter
Parameters set in the task.
schedulingType
public String schedulingType
Schedule type.(immediately, once, periodically)
exportFileList
public String exportFileList
List of exported file names. Multiple file names are listed with "|" as a separator.
errorMsg
public String errorMsg
Error message.