Posts: 69
Threads: 15
Joined: Nov 2015
Reputation:
0
Will a timer work after will kill it? Becuase I'm using a countdown timer and it do not work after it get killed
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
Obviously, the timer wont work anymore. The purpose of killing a timer is to stop the timer. So killing = stopping the timer , hence, it wont work anymore.
Posts: 69
Threads: 15
Joined: Nov 2015
Reputation:
0
Is there any function, to just Stop Timer not kill it..?
Posts: 170
Threads: 7
Joined: Sep 2014
Reputation:
0
If you are counting down, what is the reason of stopping it?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
You can just kill it and then recreate it when it's needed. If you only want the timer to run once, just set the loop param(the 3rd parameter) to false.