Skip to main content
This enum is implemented in FRE for Linux and Windows.
TimeoutHandlingModeEnum enumeration constants are used to define the action which must be taken during parallel processing when the time allotted for a wait interval expires.
typedef enum {
 THM_Continue,
 THM_SkipAndContinue,
 THM_Cancel
} TimeoutHandlingModeEnum;

Elements

NameDescription
THM\_ContinueWait one more time period.
THM\_SkipAndContinueReload the waiting processes and continue the processing. <Note> All the pages which were in progress when the error occurred will be skipped during the continue processing. It is recommended to restart the processing for these pages. </Note>
THM\_CancelCancel the processing.

Used in

IParallelProcessingCallback::OnWaitIntervalExceeded

See also

Parallel Processing with ABBYY FineReader Engine