Task Manager APIs
The TaskManager managed object provides an interface for creating and managing Task managed objects.
Many operations are non-blocking, returning a Task managed object that can be monitored by a client application. Task managed objects may also be accessed through the TaskManager.
Operations
POST
Task Manager Create Collector For Tasks
Creates a *TaskHistoryCollector*, a specialized *HistoryCollector* that gathers *TaskInfo* data objects.
POST
Task Manager Create Task
Creates a new *Task*, specifying the object with which the *Task* is associated, the type of task, and whether the task is cancelable.
GET
Task Manager Get Description
Locale-specific, static strings that describe *Task* information to users.
GET
Task Manager Get Max Collector
Maximum number of *TaskHistoryCollector* data objects that can exist concurrently, per client.
GET
Task Manager Get Recent Task
A list of *Task* managed objects that completed recently, that are currently running, or that are queued to run.