| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Removes a background task from the internal task list.
HB_BackGroundDel( <nTaskHandle> ) --> bAction
The function returns the code block assoiated with the task handle, or NIL if an invalid task handle is specified.
Function HB_BackGroundDel() removes the task associated with the passed task handle from the internal list of background tasks. The task handle must be a value returned by a previous call to the HB_BackGroundAdd() function. If the specified task exists, it is deactivated and the associated code block is returned.
| See also: | HB_BackGroundActive(), HB_BackGroundAdd(), HB_BackGroundReset(), HB_BackGroundRun(), HB_BackGroundTime(), HB_ExecFromArray() |
| Category: | Background processing , xHarbour extensions |
| Source: | rtl\bkgtsks.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com