goToTime

open override fun goToTime(t: Time): CompletableFuture<Unit>

Moves the simulation forward until the given time is reached.

Return

a CompletableFuture that completes once the time is reached.

Parameters

t

the target simulation time.