Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Tasks

Work with tasks (Task Manager) programmatically (schedule, export definitions, query, and so on).

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

%SYS.TaskSuper class

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.

FeedbackOpens in a new tab