MCPcopy Create free account
hub / github.com/chrxh/alien / pauseSimulation

Method pauseSimulation

source/EngineImpl/EngineWorker.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void EngineWorker::pauseSimulation()
484{
485 EngineWorkerGuard access(this);
486 _isSimulationRunning.store(false);
487}
488
489bool EngineWorker::isSimulationRunning() const
490{

Callers 2

processMenubarMethod · 0.45
processPauseButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected