Class SimulationCompletedEventArgs
Provides data for the SimulationCompleted event.
Inheritance
System.Object
System.EventArgs
SimulationCompletedEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: EplusLauncher
Assembly: cs.temp.dll.dll
Syntax
public class SimulationCompletedEventArgs : EventArgs
Properties
SimulationFolder
Gets the folder where simulation outputs are generated.
Declaration
public string SimulationFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Simulation folder full path. |
Success
Gets the result of the simulation.
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | True if successful. |