Queue
This function returns a Boolean value depending on if the transaction could be queued. This is in place of executing the business function. The Transaction Manager will add this business function to the queue and execute it when the host is available and when it gets to the top of the queue. (Also see QueueSeqNo)
Group: Embedded Procedure Object
Syntax: bValue = emProc.Queue
bValue (Boolean) contains a True if the transaction was successfully queued.
Example:
Dim bValue as Boolean
bValue = emProc.Queue