WFProcInfoWFExecState Property 
             | 
          
        
         
          Use this property to get the current state of workflow execution.
 
    Namespace: 
   Kofax.OmniPageCSDK.IproPlus
    Assembly:
   Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic WFEXEC_STATE WFExecState { get; }Public ReadOnly Property WFExecState As WFEXEC_STATE
	Get
public:
property WFEXEC_STATE WFExecState {
	WFEXEC_STATE get ();
}Property Value
Type: 
WFEXEC_STATE
Remarks
          The state is returned as a member of the WFEXEC_STATE enumeration.
See Also