Kraken\Runtime\RuntimeModelInterface::isState PHP Method

isState() public method

State might be one of: Runtime::STATE_CREATED Runtime::STATE_STARTED Runtime::STATE_STOPPED Runtime::STATE_DESTROYED Runtime::STATE_FAILED
public isState ( integer $state ) : boolean
$state integer
return boolean
    public function isState($state);