You are here: COM Interface > Interfaces > IIndexJob Interface > IIndexJob::ExecuteInThread Method
IIndexJob::ExecuteInThread Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
IIndexJob::ExecuteInThread Method
Syntax
IDL
HRESULT ExecuteInThread();

ExecuteInThread starts the indexing job in a separate thread and returns immediately.

To determine when the thread is done, check the IsThreadDone property. To abort the thread before it finishes, call the AbortThread method. When you execute an IndexJob with ExecuteInThread, the StatusHandler will not be called with status notifications.