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
Syntaxpublic virtual bool CanPauseAndContinue { get; }Public Overridable ReadOnly Property CanPauseAndContinue As Boolean
	Get
public:
virtual property bool CanPauseAndContinue {
	bool get ();
}abstract CanPauseAndContinue : bool with get
override CanPauseAndContinue : bool with get
Property Value
Type: 
BooleanImplements
IWorkflowCanPauseAndContinue
See Also