Click or drag to resize

SimulationWorker Events

The SimulationWorker type exposes the following members.

Events
  NameDescription
Public eventControllerEvent
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.

Public eventErrorEvent
Event triggered in case an error occured. This will also be triggered before an exception is thrown.
Public eventNewControllerEvent
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
Public eventSetupLoadedEvent
Event triggered when a setup has been loaded
Public eventSetupLoadingEvent
Event triggered when a setup starts loading
Public eventSimulationDoneEvent
Event triggered when the simulation is done
Public eventSimulationPauseEvent
Event triggered in case the simulation has been paused.
Top
See Also