canHaveError method

bool canHaveError()

Implementation

bool canHaveError() {
  return isStarted;
}