Kraken\Runtime\RuntimeModelInterface::isStarted PHP Method

isStarted() public method

Checks if model is in started state.
public isStarted ( ) : boolean
return boolean
    public function isStarted();

Usage Example

 /**
  * @override
  * @inheritDoc
  */
 public function isStarted()
 {
     return $this->model->isStarted();
 }