Class SimulationRestartArgs
The restart parameter DTO to handle the restart at a specific tick step or time point
Inheritance
System.Object
SimulationRestartArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Simulation.Entities
Assembly: Mars.Core.dll
Syntax
public class SimulationRestartArgs
Properties
| Improve this Doc View SourceStep
The simulation step from which the simulation shall be restarted
Declaration
public int? Step { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |