Click or drag to resize

WFProgress Class

Object without methods, can only fire events from workflow progress.
Inheritance Hierarchy

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

The WFProgress type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the WFProgress
Top
Events
  NameDescription
Public eventOnProgress
Current progress of the workflow in percent.
Public eventOnStepProgress
This event is fired when the engine processes a task step.
Public eventOnStepStateChanged
This event is fired when the status of a workflow step changes.
Top
See Also