I brought time of NotReady from stat server, and showed up time of NotReady at CCPulse+
I want to change the color of reasons of NotReady(using reason code) at CCPulse if it take 5 minutes after NotReadyNextCall at CCPulse.
(Set Threshold and Action)
【if (Threshold.StatValue > 10 and Threshold.StatReasons=“lunch”) then
Threshold.Result = true
end if】
As VBScripts,
Could you teach me the code that is time of NotReady (or parameter)?