Task methods
getTaskConfig
The getTaskConfig
method returns the current configuration of a Task
. Read more.
getTaskIds
The getTaskIds
method returns an array containing all registered task Ids
. Read more.
setTask
The setTask
method registers a task with the Manager
, optionally associating it with a category and/or a custom configuration. Read more.
delTask
The delTask
method deletes a task registration. Read more.