Pauses the process for the specified number of milliseconds. This can be used while waiting for something else to happen when the delay is known.
Watch.Sleep Milliseconds: integer
In the following example, sleep() pauses the process for 1 second (1000 milliseconds)
Watch.Sleep 1000
Watch.Sleep(1000);
Watch.Sleep(1000)
$Watch->Sleep(1000);