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