Close
dtSearch Engine API for Java
IIndexStatusHandler.checkForAbort Method

Called during IndexJob execution to give the calling process a chance to cancel the update.

Syntax
Java
int checkForAbort();

Return AbortValue.Continue to continue the IndexJob, AbortValue.Cancel to stop the IndexJob and save information indexed so far, and AbortValue.CancelImmediately to cancel the index update without saving any changes.