system.usleep Function
Syntax
system.usleep(number delay)
Parameters
- delay
Time in microseconds (0.000001 seconds) to pause execution.
Return Value
none
Remarks
This uses the Windows PerformanceCounter functions, so the delay may change when the clockspeed is changed within Windows.
Example
sleep(1000000)
See also
