ButterflowWrapperIsRunning Property  | 
  Gets a value indicating whether butterflow is currently running. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsRunning { get; private set; }Public Property IsRunning As Boolean
	Get
	Private Set
public:
property bool IsRunning {
	bool get ();
	private: void set (bool value);
}member IsRunning : bool with get, private set
Property Value
Type: 
Boolean True if butterflow is running, false if not. 
See Also