WFProcInfo.IsWFStepBusyEx Method
|
This method is used to query the state of a workflow step of the type identified by the StepType parameter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool IsWFStepBusyEx(
string clsid,
string IID,
WFSTEP_TYPE StepType
)
Public Function IsWFStepBusyEx (
clsid As String,
IID As String,
StepType As WFSTEP_TYPE
) As Boolean
public:
bool IsWFStepBusyEx(
[InAttribute] String^ clsid,
[InAttribute] String^ IID,
[InAttribute] WFSTEP_TYPE StepType
)
Parameters
- clsid
- Type: System.String
- IID
- Type: System.String
- StepType
- Type: Kofax.OmniPageCSDK.IproPlus.WFSTEP_TYPE
Return Value
Type:
Boolean
Remarks
The strCLSID and strIID parameters are reserved for future use; the method must be called with empty strings.
See Also