|
Idle()
Pauses the operation of CAPITAL for a set period
of time.
Syntax
Idle(<nSeconds)
--> Nil
Arguments
<nSeconds> --> The number of seconds to
pause.
Returns
Nothing.
Description
This function forces CAPITAL to remain idle for a
specified number of seconds. This can be useful when you need to
have the system wait for some other task to finish. For example, it
may be useful to pause the running of the application for a few
seconds so that an application called up by CAPITAL has time to
load up or perform a task.
____________________________
Related Topics
Business
Function List
FreeCPU()
|