pause

abstract fun pause(): CompletableFuture<Void>

Sends a pause command to the simulation. There is no guarantee on when this command will be actually processed.

Return

a CompletableFuture that will be completed when the simulation is paused