Click or drag to resize

WFProcInfo Class

Use this property to acquire the workflow dynamic / runtime information provider interface.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class WFProcInfo : IproPlusClass, IDisposable

The WFProcInfo type exposes the following members.

Properties
  NameDescription
Public propertyWFExecState
Use this property to get the current state of workflow execution.
Top
Methods
  NameDescription
Public methodActiveUIStep
This property checks if the specified workflow step is currently in user interaction state.
Public methodDispose
Releases all resources used by the WFProcInfo
Public methodIsWFStepBusyEx
This method is used to query the state of a workflow step of the type identified by the StepType parameter.
Public methodPageBusy
This property is used to check if a specified page is being processed by any workflow step.
Public methodPageBusyByID
This property is used to check the processing state of a specified page.
Public methodPageProcType
This property returns with the workflow step index which is currently working on the specified page.
Public methodPageProcTypeByID
This property returns with the workflow step index which is currently working on the specified page.
Public methodQueryNewDocPage
This method is used to return the index of a page within the Document.
Public methodWFStepBusy
This property is used to check if the specified workflow step is currently busy.
Top
See Also