Click or drag to resize

WFHandler.StartWorkflow 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: System.Boolean
procMode
Type: Kofax.OmniPageCSDK.IproPlus.WFPROCMODE
WFProcInfo
Type: Kofax.OmniPageCSDK.IproPlus.WFProcInfo
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