See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::AbortValue Enumeration

Values that CheckForAbort (IIndexStatusHandler or ISearchStatusHandler) can return to indicate whether a job should continue.

C#
public enum AbortValue {
  Continue = 0,
  Cancel = -1,
  CancelImmediately = -2
}
Visual Basic
Public Enum AbortValue
  Continue = 0
  Cancel = -1
  CancelImmediately = -2
End Enum
Members
Members 
Description 
Continue 
Continue the search or index update  
Cancel 
Cancel the search or index update. For index updates, documents indexed so far are saved, and the indexer will stop after completing the current document.  
CancelImmediately 
For index updates only, cancels the update immediately, without saving any changes to the index.  
See Also
You are here: dtSearch::Engine Namespace > AbortValue Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.