WorkflowCanPause Property  | 
 Gets a value indicating whether this workflow is in a state in which it can be paused. Only when the workflow supports pausing and
            the workflow is in the state 
Started or 
Continued, it can be paused.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic bool CanPause { get; }Public ReadOnly Property CanPause As Boolean
	Get
public:
property bool CanPause {
	bool get ();
}member CanPause : bool with get
Property Value
Type: 
Boolean
See Also