Yes Timer:setDelay, stops the timer and starts it with delays for the specified amount of time. For example if Timer is set to print current seconds running every 5 second and then on 17th second it will have the delay changed to 10 seconds, the output would be: 5 10 15 27 37
Comments
For example if Timer is set to print current seconds running every 5 second and then on 17th second it will have the delay changed to 10 seconds, the output would be:
5
10
15
27
37
Likes: vitalitymobile, hgvyas123