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
<GuidAttribute("BFBF7152-87FB-49A0-8B41-E75F0C3BCA84")>
Public Enumeration WFPROCMODE
[GuidAttribute(L"BFBF7152-87FB-49A0-8B41-E75F0C3BCA84")]
public enum class WFPROCMODE
Members
| Member name | Value | Description |
---|
| WPM_UNKNOWN | 0 |
For technical purposes only.
|
| WPM_FLAT_MODE | 1 |
Processing without multi-threading. Workflow steps will be executed without interruption.
|
| WPM_REAL_MODE | 2 |
Processing with multi-threading as described by the workflow.
|
| WPM_LINEAR_MODE | 3 |
Processing without multi-threading. Current page will be processed without interruption.
|
| WPM_SIZE | 4 |
The size of the enum, technical purpose only.
|
See Also