Kraken\Runtime\RuntimeModelInterface::isStopped PHP Method

isStopped() public method

Checks if model is in stopped state.
public isStopped ( ) : boolean
return boolean
    public function isStopped();

Usage Example

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