WFProcInfo.PageBusy Method
|
This property is used to check if a specified page is being processed by any workflow step.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool PageBusy(
int PageIndex
)
Public Function PageBusy (
PageIndex As Integer
) As Boolean
public:
bool PageBusy(
[InAttribute] int PageIndex
)
Parameters
- PageIndex
- Type: System.Int32
Return Value
Type:
Boolean
See Also