SimulationWorker Events |
The SimulationWorker type exposes the following members.
Name | Description | |
---|---|---|
ControllerEvent |
Event that is raised while the controller is running.
It is raised whenever the state of the controller changes.
This is a shortcut for registering for the ControllerEvent. The sender of the event is the IMike1DController that triggered the event. Note that some simulation types use more than one controller, and the same set of events will be triggered several times. | |
ErrorEvent | Event triggered in case an error occured. This will also be triggered before an exception is thrown. | |
NewControllerEvent |
Event triggered when a new controller is created. This can be used to retrieve
and connect to the latest controller by using the Controller property
| |
SetupLoadedEvent | Event triggered when a setup has been loaded | |
SetupLoadingEvent | Event triggered when a setup starts loading | |
SimulationDoneEvent | Event triggered when the simulation is done | |
SimulationPauseEvent | Event triggered in case the simulation has been paused. |