xHarbour Reference Documentation > Function Reference |
Halts idle task processing for a number of seconds.
HB_IdleSleep( <nSeconds> ) --> NIL
The return value is always NIL.
Function HB_IdleSleep() defines a time interval in seconds during which idle task processing is paused. Idle tasks are executed again after <nSeconds> seconds have elapsed.
See also: | HB_BackGroundAdd(), HB_IdleAdd(), HB_IdleState(), HB_IdleSleepMSec(), HB_IdleWaitNoCPU() |
Category: | Background processing , xHarbour extensions |
Source: | rtl\idle.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com