| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
PAUSE |
Waits the specified number of milliseconds before proceeding with the next line of code. Unlike PAUSE the SLEEP command passes the complete processing time to other processes. Even the windows of the own process are refreshed in this time.
SLEEP <Milliseconds>
|
Part |
Description | |
| <Milliseconds> | Number of milliseconds to sleep the current process | |
|
| ||