AppSleepΒΆ
The AppSleep function suspends the execution of UniPlot for the specified interval.
- bool = AppSleep(nMilliSeconds)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- nMilliSeconds
nMilliSeconds specifies the time, in milliseconds, for which to suspend execution.
Example
AppSleep(100)
See also
id-1465691