Pauses execution for the specified duration in milliseconds.
Do not use this function.
sleep(duration)
Pause execution for 1 second
sleep(1000);
Pause execution for half a second
sleep(500);