Skip to content

Aimsun Next API Manage simulation (Meso)

Force to finish the simulation

In C++ and Python

Explanation

Force the simulation to finish. It removes all pending events waiting to be resolved.

Format
int AMesoForceFinishSimulation (void * simhandler);
Parameters
  • simhandler: simulator handler
Output
  • None