Class SimulationRestartArgs
The restart parameter DTO to handle the restart at a specific tick step or time point
Inheritance
System.Object
SimulationRestartArgs
Namespace: Mars.Core.Simulation.Entities
Assembly: Mars.Core.dll
Syntax
public class SimulationRestartArgs : object
Properties
Step
The simulation step from which the simulation shall be restarted
Declaration
public int? Step { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |