Question

Accenture
DE
Last activity: 26 Apr 2017 13:03 EDT
Pega Robotics 8 - Not able to star the timer manually
Hi,
i am using a timer control in my automation. if i set the initial property to enabled = true, then timer runs and event is triggered with specified intervals.
But i don't want to run the timer when the automation starts, so i changed the property as enabled = false; and in the middle of automation if i call the methos timer.start method, it is not triggering the timer tick event. i tried timer.start method or even setting enabled = true in the middle of automation. nothing seems to be working. can you please suggest if i am missing anything ?