Click or drag to resize

WFHandlerPauseWorkflow Method

Use this method to pause the currently running user-defined workflow.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void PauseWorkflow(
	bool SyncMode
)

Parameters

SyncMode
Type: SystemBoolean
Remarks

Any running step will keep running until it completes processing its current object, then the workflow goes to paused state. Workflow execution can be resumed by calling the StartWorkflow method.

If SyncMode is TRUE, the method waits until pausing is complete - otherwise it returns immediately.

This method should not be applied to instant workflows. Instant workflows can only be stopped by the StopWorkflow method.

See Also