delay

  • Thread starter Thread starter WE
  • Start date Start date
W

WE

Hi!

I try to find a method which delays the execution of the code for X ms.

For example:
xxxx.delay(500);

The method "delay()) does not exist - can you help me to find the correct
method?

Thanks!
 
WE said:
I try to find a method which delays the execution of the code for X ms.

For example:
xxxx.delay(500);

The method "delay()) does not exist - can you help me to find the correct
method?

Have a look at Thread.Sleep().
 
Back
Top