xHarbour Reference Documentation > Function Reference |
Queries and/or changes the activity of a single background task.
HB_BackGroundActive( <nTaskHandle> [, <lNewActive>] ) --> lOldActive
The function returns the previous activation state of a background task as a logical value.
Function HB_BackGroundActive() queries and optionally changes the activation state of a single background task. If the task handle, as returned from HB_BackGroundAdd(), is valid, the previous value for the activation state is returned. If an invalid task handle is passed, the return value is NIL.
See also: | HB_BackGroundAdd(), HB_BackGroundDel(), HB_BackGroundReset(), HB_BackGroundRun(), HB_BackGroundTime(), HB_IdleAdd() |
Category: | Background processing , xHarbour extensions |
Source: | rtl\bkgtsks.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com