stopSimulation
inline suspend fun SimSpaceWeaverClient.stopSimulation(crossinline block: StopSimulationRequest.Builder.() -> Unit): StopSimulationResponse
Stops the given simulation.
You can't restart a simulation after you stop it. If you want to restart a simulation, then you must stop it, delete it, and start a new instance of it.