xHarbour Reference Documentation > Function Reference |
Resets the internal counter of idle tasks.
HB_IdleReset() --> NIL
The return value is always NIL.
Function HB_IdleReset() resets the internal counter identifying the next idle task to be executed to 1. As a result, the next cycle for idle processing starts with the first task defined.
See also: | HB_BackGroundAdd(), HB_IdleAdd(), HB_IdleDel(), HB_IdleState() |
Category: | Background processing , xHarbour extensions |
Source: | rtl\idle.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com