Kraken\Runtime\RuntimeModelInterface::getState PHP Method

getState() public method

Returned value might be one of: Runtime::STATE_CREATED Runtime::STATE_STARTED Runtime::STATE_STOPPED Runtime::STATE_DESTROYED
public getState ( ) : integer
return integer
    public function getState();

Usage Example

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