Click or drag to resize

WorkflowEndPause Method

Waits for the pending asynchronous pause to complete.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public void EndPause(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The reference to the pending asynchronous request to wait for.

Implements

IWorkflowEndPause(IAsyncResult)
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