xHarbour Reference Documentation > Function Reference |
Queries or changes the wait interval in milliseconds after which the task is executed.
HB_BackGroundTime( ( <nTaskHandle> [, <nNewInterval>] ) --> nOldInterval
The function returns the previous wait interval of the background task as a numeric value. If an invalid task handle id passed, the return value is NIL.
Function HB_BackGroundTime() queries or changes the number of milliseconds after which the task is executed. Normally, the time interval is defined with the second parameter of HB_BackGroundAdd().
See also: | HB_BackGroundActive(), HB_BackGroundAdd(), HB_BackGroundDel(), HB_BackGroundReset(), HB_BackGroundRun() |
Category: | Background processing , xHarbour extensions |
Source: | rtl\bkgtsks.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com