Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
ListIndexJob::IsThreadDoneWait Method

Returns true immediately if the thread is done; otherwise waits up to millisecondsToWait for the thread to finish, then returns false if the thread is not done yet.

public bool IsThreadDoneWait( long millisecondsToWait );
Parameters
Description
millisecondsToWait
Number of milliseconds to wait, if the thread is not done yet.