Hello,
i wold like to seperate the CurrentNotReadyReason. How we i can do this? Where i can find this? The CurrentAgnetStat shows the ReasonCode after the NotReadyForNextCall string. (eg. NotReadyForNextCall (11) (00:10:05))
result.Text = GetAgentState();
function GetAgentState()
{
if(state.type != "AgentState")
return "n/a";
var r = ccpulse.AgentState.NotReadyReason;
return r;
}
Thanks Steffen