Tralfaz7698
Technical User
I am trying to put some wait time in to my Wait_Loop and keep getting the error
"Line 24: Critical error: WAIT - Scripts cannot begin with this command Please choose a different command as the first command in the script.
Total: 1 critical error(s) , 0 error(s) , 0 warning(s) , 0 suggestion(s). "
Example of wait loop below:
SECTION WaitLoop
IF NOT QUEUED THEN
IF NOT OUT OF SERVICE cmp_ivr_ivrP1_sk THEN
QUEUE TO SKILLSET cmp_ivr_ivrP1_sk
WAIT 2
IF NOT OUT OF SERVICE cmp_ivr_ivrP2_sk THEN
QUEUE TO SKILLSET cmp_ivr_ivrP2_sk
WAIT 2
END IF
END IF
END IF
WAIT 30
EXECUTE WaitLoop
Suggestions appreciated,
Mark
"Line 24: Critical error: WAIT - Scripts cannot begin with this command Please choose a different command as the first command in the script.
Total: 1 critical error(s) , 0 error(s) , 0 warning(s) , 0 suggestion(s). "
Example of wait loop below:
SECTION WaitLoop
IF NOT QUEUED THEN
IF NOT OUT OF SERVICE cmp_ivr_ivrP1_sk THEN
QUEUE TO SKILLSET cmp_ivr_ivrP1_sk
WAIT 2
IF NOT OUT OF SERVICE cmp_ivr_ivrP2_sk THEN
QUEUE TO SKILLSET cmp_ivr_ivrP2_sk
WAIT 2
END IF
END IF
END IF
WAIT 30
EXECUTE WaitLoop
Suggestions appreciated,
Mark