Click or drag to resize

WFProgress Class

An object without methods and properties, it only has events related to workflow progress. See WFProgress
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusWFProgress

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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