Click or drag to resize

WFHandlerStartWorkflow Method

Use this method to start the current workflow.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void StartWorkflow(
	bool SyncMode,
	WFPROCMODE procMode,
	out WFProcInfo WFProcInfo
)

Parameters

SyncMode
Type: SystemBoolean
procMode
Type: Kofax.OmniPageCSDK.IproPlusWFPROCMODE
WFProcInfo
Type: Kofax.OmniPageCSDK.IproPlusWFProcInfo
Remarks

If SyncMode is TRUE the method does not return until the workflow is finished, otherwise it returns as soon as the first step is activated.

WFPROCMODE

WFProcInfo

See Also