Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter introduced Task, which represents a running operation on the server side. Some of the long-running VI SDK methods return Task objects so that you can track their statuses and progresses, cancel them if allowed, and even get the additional results upon the success of the tasks.
TaskManager is the managed object that can create either a new Task on behalf of server-side extensions or a TaskHistoryCollector for retrieving the historical tasks.