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