isStarted() public method

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