Task class
zebkit.util.TasksSet.Task
tasksSet
a reference to tasks set that manages the task
pause
Pause the given task.
true if the task has been paused
resume
[startIn]
Resume the given task
a time in milliseconds to resume the task
true if the task has been resumed
shutdown
Shutdown the given task.
true if the task has been stopped
isStarted
Indicates if the task is executed (active)
taskSet
Reference to a tasks set that owns the task