Aimsun Next API Manage simulation (Meso)¶
Functions related manage the mesoscopic simulation¶
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