finishedFailed method
void
finishedFailed()
Manually set the status of the last function called to failed.
Implementation
void finishedFailed() {
didFinishSuccessfully = false;
}
Manually set the status of the last function called to failed.
void finishedFailed() {
didFinishSuccessfully = false;
}