[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pause a timer
[Thread Prev] | [Thread Next]
- Subject: pause a timer
- From: "Michele V." <akrobaticone@xxxxxxxxx>
- Date: Thu, 15 May 2025 21:08:39 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi to all in some cases it may be necessary to temporarily stop the counting of a timer to avoid the Timer_Timer() event being generated during the execution of a particular operation. currently if the timer is stopped with stop and restarted with start the counting starts again from the beginning. if the timer delay is very long and the interruption is short it may be useful to pause the counting with a command like "pause" and then restart it from where it stopped with a command like "Play". I believe that currently it is not possible to obtain a similar function Thanks in advance Michele ------------------------------------------------------------------------------------------------------------------------------------------- Io scrivo da LINUX MINT
Re: pause a timer | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Re: pause a timer | Lee <t.lee.davidson@xxxxxxxxx> |