finish method

void finish(
  1. FinisherType type
)

Implementation

void finish(FinisherType type) {
  _done = true;
  _finishedType = type;
  _stopwatch.stop();
}