goToStep

open override fun goToStep(step: Long): CompletableFuture<Unit>

Moves the simulation forward until the given step is reached.

Return

a CompletableFuture that completes once the step is reached.

Parameters

step

the target step to execute up to.