This method is implemented in FRE for Linux and Windows.
This method allows you to specify the user-implemented object supporting the IParallelProcessingCallback interface, which will be used to send error notifications during parallel processing.
Syntax
C++
HRESULT SetParallelProcessingCallback( IParallelProcessingCallback* Callback );
void SetParallelProcessingCallback( IParallelProcessingCallback Callback );
Visual Basic .NET
Sub SetParallelProcessingCallback(Callback As IParallelProcessingCallback)
Parameters
Callback
[in] This parameter refers to the interface IParallelProcessingCallback.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
For Linux, this method does not work if the Engine object is loaded as an out-of-process server.
See also
Engine