QueueOffline
This property sets or returns whether the embedded procedure is set to queue if the host is offline.
Group: Embedded Procedure Object
Syntax: bValue = emProc.QueueOffline
Alternate: emProc.QueueOffline = bValue
bValue (Boolean) contains a True or False depending on if the transaction can be or should be queued.
Example:
Dim bValue as Boolean
bValue = emProc.QueueOffline
- or -
emProc.QueueOffline = True