Click or drag to resize

WorkflowStop Method

Tries to stop the workflow. It blocks until the workflow is stopped.

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

Implements

IWorkflowStop
Exceptions
ExceptionCondition
InvalidOperationExceptionThe workflow is not in a state in which it can be stopped. Only when the workflow is in the state Started, Pausing or Continued, it can be stopped.
See Also