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
delayseconds.For example
0.05to sleep for 50 ms.