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