Page 1 of 1

TimeOut get if exist?

Posted: Wed Aug 10, 2016 10:31 am
by sinisrus
Hello,

Is it possible to get timeout if exist ? Getting if timout is started ?

thank you

Re: TimeOut get if exist?

Posted: Thu Aug 11, 2016 4:16 pm
by airsoftsoftwair
No, because the purpose of using timeouts is to avoid having to poll their state thus hogging the CPU. If you really want to poll, start a timer using StartTimer() and poll its state using GetTimer().

Re: TimeOut get if exist?

Posted: Fri Aug 12, 2016 10:24 am
by sinisrus
Ok thank you