Click or drag to resize

WFProcInfoIsWFStepBusyEx 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
Syntax
public bool IsWFStepBusyEx(
	string clsid,
	string IID,
	WFSTEP_TYPE StepType
)

Parameters

clsid
Type: SystemString
IID
Type: SystemString
StepType
Type: Kofax.OmniPageCSDK.IproPlusWFSTEP_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