Click or drag to resize

WorkflowPause Method

Tries to pause the workflow. It blocks until the workflow is paused.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public void Pause()

Implements

IWorkflowPause
Exceptions
ExceptionCondition
NotSupportedExceptionThe workflow does not support pausing and resuming.
InvalidOperationExceptionThe workflow is not in a state in which it can be paused. Only when the workflow is in the state Started or Continued, it can be paused.
See Also