M-Files API 23.11.13135.0
AddScheduledTask Method
IVaultApplicationTaskOperations Object : AddScheduledTask Method
Description
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.
Syntax
Visual Basic
Public Function AddScheduledTask( _
   ByVal QueueID As String, _
   ByVal RestoreToWaitingTimeoutInMinutes As Long, _
   ByVal TaskType As String, _
   ByVal TaskData() As Byte, _
   ByVal ActivationTimestamp As Timestamp _
) As String
Parameters
QueueID
RestoreToWaitingTimeoutInMinutes
TaskType
TaskData
ActivationTimestamp
See Also

IVaultApplicationTaskOperations Object  | IVaultApplicationTaskOperations Members