WFHandler.Running Property
|
This property checks whether the WFHandler is currently running a workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Running { get; }
Public ReadOnly Property Running As Boolean
Get
public:
property bool Running {
bool get ();
}
Property Value
Type:
Boolean
Remarks
It returns True if a workflow is running.
See Also