Kraken\Runtime\RuntimeModelInterface::isStarted PHP 메소드

isStarted() 공개 메소드

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

Usage Example

예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function isStarted()
 {
     return $this->model->isStarted();
 }