Click or drag to resize

WorkflowCanPauseAndContinue Property

Gets a value indicating whether the workflow is able to pause and continue its internal processes. By default, a Workflow cannot be paused or continued.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public virtual bool CanPauseAndContinue { get; }

Property Value

Type: Boolean

Implements

IWorkflowCanPauseAndContinue
See Also