xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_BackGroundDel()

Removes a background task from the internal task list.

Syntax

HB_BackGroundDel( <nTaskHandle> ) --> bAction

Arguments

<nTaskHandle>
This is the numeric task handle as returned by HB_BackGroundAdd().

Return

The function returns the code block assoiated with the task handle, or NIL if an invalid task handle is specified.

Description

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe