TimeOut get if exist?

Find quick help here to get you started with Hollywood
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

TimeOut get if exist?

Post by sinisrus »

Hello,

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

thank you
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: TimeOut get if exist?

Post 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().
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: TimeOut get if exist?

Post by sinisrus »

Ok thank you
Post Reply