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