finishedSuccessfully method

void finishedSuccessfully()

Manually set the status of the last function called to success.

Implementation

void finishedSuccessfully() {
  didFinishSuccessfully = true;
}