SendQueue
This function sends any locally queued transactions to the remote server queue for processing. Upon successfully transferring the local queue to the server, the local queue is cleared.
Group: Server Extensions
Syntax: [bOK =] Server.SendQueue([vDestQueue])
bOK (Boolean) Optional – Returns True if the queued macros were successfully sent to the host for processing.
vDestQueue (Variant) Optional – an option to send the queue to a queue with a different name
Example:
Dim bOK As Boolean
bOK = Server.SendQueue