SimulationLauncherQuitWhenDone 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.

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool QuitWhenDone { set; }

Property Value

Boolean

Implements

ISimulationLauncherQuitWhenDone

See Also