Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sets the number of seconds the engine waits before and between indexing. This function is used with Set_IDXSvr() to control dedicated indexing.

...

Set_Bgnd_IX_Time (Seconds)

See also

Set_IDXSvr()

Remarks

Code Block
subroutine TurnOnIndexer(void)
declare subroutine Set_Bgnd_IX_Time, Set_IDXSvr
* update indexes every 10 seconds
Set_Bgnd_IX_Time(10)
* turn on dedicated indexing
Set_IDXSvr(1)
return