The object that will receive status notification messages from the engine while the search is in progress.
Syntax
Remarks
The object should implement these two methods: int CheckForAbort(), and void ReceiveFound(String name). CheckForAbort should return 0 if the job is to continue, or 1 to abort the search.