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