<< Click to Display Table of Contents >>

TaskResult

This class provides the results of the task execution.


Property Detail

TaskID

public string TaskID

The ID of the task.

CompletedTime

public string CompletedTime

The completion time of task.

IsSuccessful

public bool IsSuccessful

Whether the task execution is successful.

FormFileName

public string FormFileName

The name of the OZR file.

ParamInfo

public string ParamInfo

The information of the parameters set in the task.

SchedulingType

public string SchedulingType

The schedule type.(immediately, once, periodically)

ExportedFiles

public string ExportedFiles

The list of exported file names. Multiple file names are listed with "|" as a separator.

ErrorMessage

public string ErrorMessage

An error message.