M-Files API 23.11.13135.0
GetTaskIDsFromQueue Method
VaultApplicationTaskOperations Object : GetTaskIDsFromQueue Method
The ID of the task queue from which get the task IDs.
The task state IDs to be included in the request.
Description
Gets the list of task IDs from a task queue.
Syntax
Visual Basic
Public Function GetTaskIDsFromQueue( _
   ByVal QueueID As String, _
   ByVal States As IDs _
) As Strings
Parameters
QueueID
The ID of the task queue from which get the task IDs.
States
The task state IDs to be included in the request.
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