Click or drag to resize

IWorkflowContinue Method

Tries to continue the workflow. It blocks until the workflow is continued.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
void Continue()
Exceptions
ExceptionCondition
NotSupportedExceptionThe workflow does not support pausing and continuing.
InvalidOperationExceptionThe workflow is not in a state in which it can be continued. Only when the workflow is in the state Paused, it can be continued.
See Also