Click or drag to resize

WFPROCMODE Enumeration

Description of workflow processing modes.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("BFBF7152-87FB-49A0-8B41-E75F0C3BCA84")]
public enum WFPROCMODE
Members
  Member nameValueDescription
WPM_UNKNOWN0 For technical purposes only.
WPM_FLAT_MODE1 Processing without multi-threading. Workflow steps will be executed without interruption.
WPM_REAL_MODE2 Processing with multi-threading as described by the workflow.
WPM_LINEAR_MODE3 Processing without multi-threading. Current page will be processed without interruption.
WPM_SIZE4 The size of the enum, technical purpose only.
See Also