xHarbour Reference Documentation > Command Reference |
Defines the processing interval for background tasks.
SET BACKGROUNDTICK <nInterval>
SET BACKGROUNDTICK can be used to "fine tune" background task processing. The default value of 1000 is usually adequate for a good balance between regular and background task processing.
Background tasks run concurrently with the main program. When <nInterval> is enlarged, the main program gets more CPU time since less time is required for background task checking. Reducing <nInterval> improves the response time for background tasks.
See also: | HB_BackGroundAdd(), Set(), SET BACKGROUND TASKS |
Category: | Background processing , SET commands , xHarbour extensions |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com