How to set delay to 300 milliseconds?
For the function Delay is possible only integer seconds.
1 Like
Use Thread.sleep (300)
How to set delay to 300 milliseconds?
For the function Delay is possible only integer seconds.
Use Thread.sleep (300)