/**
  * Check whether there was unsuccessful attempt to install Sample data
  *
  * @return bool
  */
 public function isInstallationError()
 {
     return State::STATE_STARTED === $this->state->getState();
 }