Page 1 of 1

Question about timer

Posted: Wed Dec 12, 2007 1:53 pm
by driessen
Hello,

I have defined a timer in my application to be able to perform a procedure every x minutes.

How can I check if the timer is active or not ?

Thanks.

Re: Question about timer

Posted: Wed Dec 12, 2007 1:54 pm
by Enrico Maria Giordano
Try

Code: Select all

oTimer:lActive
EMG