M-Files API 23.11.13135.0
VaultApplicationTaskOperations Object
Members 
Description
The "VaultApplicationTaskOperations" class is an interface for accessing the application task queue operations on the server.
Public Methods
Adds a scheduled task to a task queue. The "ApplicationTaskInfo" object must contain the ID of the task queue to which the task is to be added.
Adds a task to a task queue. The "ApplicationTaskInfo" object must contain the ID of the task queue to which the task is to be added.
Gets the IDs of the most recent broadcast messages from the given queues.
Gets the broadcast messages that have been sent since the specified broadcast message ID.
Gets the list of task IDs from a task queue.
Gets the list of available task queues from the server.
Gets task objects from the server. This does not reserve any tasks for processing, meaning that their states can still change on the server.
Opens a new task queue. When the application no longer needs the queue, it can simply stop using it. The server automatically closes the queue when instances stop using it.
Reserves the next tasks for processing from the task queues.
Sends a broadcast message to a task queue.
Updates the task information to the server.
Remarks
Requires M-Files 19.3.7499.1 or later.
See Also

VaultApplicationTaskOperations Members