IWorkflowCanPauseAndContinue 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
Syntaxbool CanPauseAndContinue { get; }
ReadOnly Property CanPauseAndContinue As Boolean
Get
property bool CanPauseAndContinue {
bool get ();
}
abstract CanPauseAndContinue : bool with get
Property Value
Type:
Boolean
See Also