IndexerCallbacks.abortQuery

\brief Called periodically to check whether indexing should be aborted. Should return 0 to continue, and non-zero to abort.

struct IndexerCallbacks
int function(CXClientData client_data, void* reserved) abortQuery;

Meta