wm.tn.queuing:getRegisteredQueue
Retrieves information about a specified schedule delivery queue.
Input Parameters
name | String The name of the scheduled delivery queue to retrieve. |
Output Parameters
queue | Object The requested scheduled delivery queue. This is a DeliveryQueue object, an instance of com.wm.app.tn.delivery.DeliveryQueue. |
Usage Notes
If Trading Networks does not have a registered delivery queue with the name specified in name, queue is null.