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