WFProcInfo.ActiveUIStep Method
|
This property checks if the specified workflow step is currently in user interaction state.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool ActiveUIStep(
int StepIndex
)
Public Function ActiveUIStep (
StepIndex As Integer
) As Boolean
public:
bool ActiveUIStep(
[InAttribute] int StepIndex
)
Parameters
- StepIndex
- Type: System.Int32
Return Value
Type:
Boolean
See Also