isStopped() public method

Checks if model is in stopped state.
public isStopped ( ) : boolean
return boolean
 /**
  * @override
  * @inheritDoc
  */
 public function isStopped()
 {
     return $this->model->isStopped();
 }