Click or drag to resize

WorkflowCanContinue Property

Gets a value indicating whether this workflow is in a state in which it can be continued. Only when the workflow supports pausing and the workflow is in the state Paused, it can be continued.

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

Property Value

Type: Boolean
See Also