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
Syntaxpublic class WFProgress : IproPlusClass, IDisposable
Public Class WFProgress
Inherits IproPlusClass
Implements IDisposable
public ref class WFProgress : public IproPlusClass,
IDisposable
The WFProgress type exposes the following members.
Methods
| Name | Description |
---|
 | Dispose | Releases all resources used by the WFProgress |
Top
Events
| Name | Description |
---|
 | OnProgress |
Current progress of the workflow in percent.
|
 | OnStepProgress |
This event is fired when the engine processes a task step.
|
 | OnStepStateChanged |
This event is fired when the status of a workflow step changes.
|
Top
See Also