![]() ![]() |
|
MSLEEPAllows the program to pause execution for a specified number of milliseconds. COMMAND SYNTAXMSLEEP {milliseconds}
SYNTAX ELEMENTSmilliseconds must be an integer which specifies the number of milliseconds to sleep. If no parameter is supplied then a default time period of 1 millisecond is assumed.
NOTESIf the debugger is invoked while a program is sleeping and then execution continued, the user will be prompted: See also SLEEP to sleep for a specified number of seconds or until a specified time.
EXAMPLES
|