You are here: Symbol Reference > dtSearch.Engine Namespace > Interfaces > IIndexStatusHandler Interface > IIndexStatusHandler Methods > CheckForAbort Method
Close
dtSearch .NET Standard API 2024.02
IIndexStatusHandler.CheckForAbort Method

Called during an index update to check whether the update should be halted

AbortValue CheckForAbort();

Return dtsAbort to cancel the update after saving information indexed so far, or dtsAbortImmediate to cancel the update without saving anything, or dtsContinue to let the update continue

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.