Tasks
Background Information
A task is a unit of work that you schedule via the Task Manager in the Management Portal; see “Using the Task Manager” in the Caché System Administration Guide.
Available Tools
Persistent class that represents tasks. This class includes methods like the following:
AssignSettings()
ExportTasks()
Resume()
RunNow()
And others
It also provides class queries including the following:
QuickTaskList()
SuspendedTasks()
TaskList()
And others
Availability: All namespaces.
These classes define an API to schedule tasks to run in the background.
Availability: All namespaces.