9 years, 4 months ago.

timer with time

how do I give the timer a time to act and then give a signal when the time is over?

Question relating to:

1 Answer

9 years, 4 months ago.

Timer is mainly intended to get timestamps or measure time intervals. Use Timeout when you want to take a single action at a specific time or after a delay. Use Ticker when you want to repeated activate something. See Handbook page for details.