Function
EN
Version 4.00
@Sleep
Misc
System
Syntax
@Sleep(COUNT1)
Description
Pauses execution of the current script for FN COUNT1 tenths of a second. Since this uses an idle wait that does not occupy the processor, this function is always preferable to an empty counting loop.
Example: @Sleep(COUNT1)
@LogReport(@Time(@Now));
@Sleep(50);
@LogReport(@Time(@Now));
returns, for example:
I:28.03.96 10:20:23
I:28.03.96 10:20:28
Note : This text was machine-translated and may contain inaccuracies.
