...
The GOTOIF is used to run a function to retrieve the number of free agents in a specified queue
Code Block |
---|
{QUEUE_MEMBER(queuename,ready)} > 0 |
if there are at least one free agent, the call is directly sent to the queue jumping the welcome message PLAYBACK
...