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.
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 |
Supported in M-Files 19.7.8028.5 and later.
This method is available only if M-Files API is used in the server interface mode.