TimeoutHandlingModeEnum

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

Name Description
THM_Continue Wait one more time period.
THM_SkipAndContinue

Reload 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.

THM_Cancel Cancel the processing.

Used in

IParallelProcessingCallback::OnWaitIntervalExceeded

See also

Parallel Processing with ABBYY FineReader Engine

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.