Sends the entire infrared queue.
POOM objects
Integer objectname.SendToInfrared ( )
Argument |
Description |
---|---|
objectname |
The name of the POOM object |
Integer. Returns 1 for success and one of the following negative values if an error occurs:
-2 Cannot connect to the repository or a required internal subobject failed to connect to the repository
A user must be logged in to a POOM object to send an infrared queue. Calling SendToInfrared turns on the infrared beam and drains the queue.
The following example sends an infrared queue:
li_rtn = g_poom.SendToInfrared()