set interrupt-searches Command -- Interrupt a Search to Allow an Update to Proceed
When the set dxgrid-queue command is set to true, all operations are queued. If you want to allow updates to proceed ahead of long searches, you can use the set interrupt-searches command.
cad
When the
set dxgrid-queue
command is set to true
, all operations are queued. If you want to allow updates to proceed ahead of long searches, you can use the set interrupt-searches
command.If you set this command to
true
, any interrupted searches will proceed normally after the update is complete.If a search includes an entry that is updated during the search, the results will show either the new contents or the old contents (but not a mix of the two).
This command has the following format:
set interrupt-searches = true|false;
- false(Default) Theset dxgrid-queuecommand works normally.
- trueLong searches yield to updates.