xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_BackGroundReset()

Resets the internal counter of background tasks.

Syntax

HB_BackGroundReset() --> NIL

Return

The return value is always NIL.

Description

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.

Info

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


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