<< Click to Display Table of Contents >>

ScheduledTask

This class provides task information.


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.

formCategoryName

public String formCategoryName

Category name of the OZR file.

formFileName

public String formFileName

Name of the OZR file.

schedulingType

public int schedulingType

Schedule type code.(0: Immediately, 1: Once at specific time, 2: Periodically)

schedulingTypeStr

public String schedulingTypeStr

Schedule type.(Immediately, Once at specific time, Periodically)

nextRunTimeStr

public String nextRunTimeStr

Next execution time of task.

lastRunTimeStr

public String lastRunTimeStr

Last execution time of task.

status

public String status

Status of task.(W: Wait, R: Run, P: Pause)