check method

void check()

Performs additional checks at the end of the simulation.

This is a good place to search for any incomplete flows or compare final states with expected states.

Implementation

void check() {
  // By default, nothing to do here!
}