M-Files API 23.11.13135.0
GetTasks Method
VaultApplicationTaskOperations Object : GetTasks Method
The IDs of the tasks to get from the server.
Description
Gets task objects from the server. This does not reserve any tasks for processing, meaning that their states can still change on the server.
Syntax
Visual Basic
Public Function GetTasks( _
   ByVal TaskIDCollection As Strings _
) As ApplicationTaskInfos
Parameters
TaskIDCollection
The IDs of the tasks to get from the server.
Remarks

Requires M-Files 19.3.7499.1 or later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultApplicationTaskOperations Object  | VaultApplicationTaskOperations Members