i_simulation_completion_checker
Last update: 19.09.2025Interface for determining simulation completion.
Definition i_simulation_completion_checker.h:26
virtual bool IsSimulationFinished() const =0
Checks if the simulation has finished.
virtual std::chrono::milliseconds GetSimulationDuration() const =0
Retrieves the total duration of the simulation.
virtual ~ISimulationCompletionChecker()=default
Virtual destructor for proper cleanup of derived classes.
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.
The namespace for simulation time related implementation under namespace simulation_framework::core.