Timer component questions

You seem to have confused interval with total time.
interval is how often you raise a tick event
there is no way to set the total time of a timer.
You just set the interval to 0 when you’re done…

1 Like