I've encountered a few instances where it would have been nice to be able to check if a call is queued to a specific skillset. I've not been able to accomplish this.
Obviously I can run a check to see if the call is queued, but when dealing in a script that has multiple backup layers and thus multiple skillsets involved I would like to be able to check which skillset the call is queued to at any given point. I would imagine the command to check would be:
IF QUEUED TO SKILLSET skillset1_cv THEN
However, that statement is invalid.
Is there anyway to check that particular logic?
Obviously I can run a check to see if the call is queued, but when dealing in a script that has multiple backup layers and thus multiple skillsets involved I would like to be able to check which skillset the call is queued to at any given point. I would imagine the command to check would be:
IF QUEUED TO SKILLSET skillset1_cv THEN
However, that statement is invalid.
Is there anyway to check that particular logic?