Click or drag to resize

WFEXEC_STATE Enumeration

Describes state of workflow execution.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("84BA0DAF-CDCE-4673-9BBC-EF9458237D86")]
public enum WFEXEC_STATE
Members
  Member nameValueDescription
WFES_UNKNOWN0 For technical purposes only.
WFES_INVALIDWF1 The Workflow does not exist.
WFES_INACTIVE2 Workflow exists, but inactive.
WFES_ACTIVE3 Workflow is performing processing.
WFES_PAUSED4 Workflow paused (execution can continue).
WFES_STOPPED5 Workflow terminated (execution cannot continue).
WFES_CANCELLED6 Workflow or one or more of its processing steps cancelled.
WFES_CANCELLING7 Workflow or one or more of its processing steps are being cancelled.
WFES_PAUSING8 Workflow is being paused (execution can continue).
WFES_WAITINGFORUSER9 Workflow is waiting for user action.
WFES_FAILURE10 Unsuccessful workflow execution.
WFES_SIZE11 The size of the enum, technical purpose only.
See Also