xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_IdleReset()

Resets the internal counter of idle tasks.

Syntax

HB_IdleReset() --> NIL

Return

The return value is always NIL.

Description

Function HB_IdleReset() resets the internal counter identifying the next idle task to be executed to 1. As a result, the next cycle for idle processing starts with the first task defined.

Info

See also:HB_BackGroundAdd(), HB_IdleAdd(), HB_IdleDel(), HB_IdleState()
Category: Background processing , xHarbour extensions
Source:rtl\idle.c
LIB:xhb.lib
DLL:xhbdll.dll


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