Suspends execution of the current thread for delay seconds.
delay
For example 0.05 to sleep for 50 ms.
0.05
Delay in seconds.
Generated using TypeDoc
Suspends execution of the current thread for
delay
seconds.For example
0.05
to sleep for 50 ms.