Hi Buddy, ;D
I created the below two threshold in ccpulse
-
Threshold –
if Threshold.StatValue = StatAction.SDNAWaitForNextCall then
Threshold.Result = true
end ifActioncolor changed to Red
-
Threshold
if Threshold.StatValue = StatAction.SDNAWaitForNextCall then
Threshold.ActionDelay=120
Threshold.Result = true
end ifAction:color changed to Green
In this scenario, my ccpulse excute which one I select first.
For Eg: I set the first threshold is first, then ccpulse notifies the red color at WaitForNextCall in exceeding the 120 seconds or selecting the the second threshold at first, the ccpulse notifies the green color after exceeding the 120 seconds other wise the the ccpulse notifies the default color.
Any solve this issue. ???