WFProcInfo.PageBusyByID Method
|
This property is used to check the processing state of a specified page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool PageBusyByID(
int UniqueID
)
Public Function PageBusyByID (
UniqueID As Integer
) As Boolean
public:
bool PageBusyByID(
[InAttribute] int UniqueID
)
Parameters
- UniqueID
- Type: System.Int32
Return Value
Type:
Boolean
See Also