Interface ISimulationProgress
Inherited Members
System.IDisposable.Dispose()
Namespace: Mars.Core.Executor
Assembly: Mars.Core.dll
Syntax
public interface ISimulationProgress : IDisposable
Methods
| Improve this Doc View SourceStart(Int32)
Starts a new progress bar with optional options for visualisation
Declaration
void Start(int maxTicks)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxTicks | The amount of execution iterations |
Tick(String)
One step forward in the progress
Declaration
void Tick(string message = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |