simulate

abstract fun simulate(options: SimulateOptions)

Simulate the current plan.

Contracts:

  • all prior creations and deletions must be reflected in the simulation run.

  • the results corresponding to this run must be returned from future calls to latestResultsInternal until the next time simulateInternal is called.