ISimulationLauncherQuitWhenDone Property  | 
 
            If true, then the simulation thread will terminate when the simulation ends.
            If false, then the simulation dialog window will stay open until the user exist the dialog.
            
 
    Namespace: 
   DHI.Mike1D.SimLauncher
    Assembly:
   DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxbool QuitWhenDone { set; }WriteOnly Property QuitWhenDone As Boolean
	Set
property bool QuitWhenDone {
	void set (bool value);
}Property Value
Type: 
Boolean
See Also