stop (EventController)

Syntax

<Path>.stop[(EndSim:boolean := false])

The method stop stops the EventController and terminates the simulation run.

Parameter

The optional parameter EndSim of data type boolean set if the simulation will be stopped and if the endSim methods will be executed (true) or if the simulation will only be stopped (false).

The default value is false.

Example

root.EventController.stop

Related Topic

Start/Stop Simulation