|
FreeCPU()
Passes control back to Windows so that it can
process other tasks.
Syntax
FreeCPU() -->
Nil
Arguments
None.
Returns
Nothing.
Description
This function releases control back to Windows so
that it can process other tasks and events. This is useful in
helping to prevent performance problems on a network when other
tasks and services need to be provided. The FreeCPU() function
should be inserted in long or complex scripts, especially if they
are database intensive.
____________________________
Related Topics
Business
Function List
Idle()
|