WFProcInfoIsWFStepBusyEx Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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: SystemString
- IID
- Type: SystemString
- StepType
- Type: OmniPageCSDK.IproPlusWFSTEP_TYPE
Return Value
Type:
Boolean
See Also