What is the proper script syntax to accomplish this requirement?

If the call is not queued and the skillset is in service. It must be re-queued.

What is the proper script syntax to accomplish this requirement?
A . Section wait_loop
IF NOT QUEUED THEN
IF OUT OF SERVICE SKILLSET automotive THEN
GIVE RAN out_of_service_ran_gv
DISCONNECT
END IF
END IF
GIVE RAN agts_stlll_busy_ran_gv
WAIT 30
EXECTUTE wait_loop
B . Section wait_loop
IF NOT QUEUED THEN
IF NOT OUT OF SERVICE automotive THEN
QUEUE TO SKILLSET automotive
WAIT 2
ELSE
GIVE RAN out_of_service_ran_gv
DISCONNECT
END IF
END IF
GIVE RAN agts_still_bu5y_ran_gv
WAIT 30
EXECTUTE wait_loop

C . Section wait_loop
IF QUEUED AND IF OUT OF SERVICE automotive THEN
GIVE RAN out_of_service_ran_gv
DISCONNECT
END IF
END IF
GIVE RAN agts_still_busy_ran_gv
WAIT 30
EXECTUTE wait_loop
D . Section wait_loop
IF NOT QUEUED AND IF NOT OUT OF SERVICE SKILLSET automotive THEN
GIVE RAN out_of_service_ran_gv
DISCONNECT
END IF
END IF
GIVE RAN agts_still_ran_gv
WAIT 30
EXECUE walt_loop

Answer: B

Latest 3312 Dumps Valid Version with 66 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments