WFHandler.PauseWorkflow Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
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.