Kraken\Runtime\RuntimeModelInterface::setState PHP Method

setState() public method

The state might be one of: Runtime::STATE_CREATED Runtime::STATE_STARTED Runtime::STATE_STOPPED Runtime::STATE_DESTROYED
public setState ( integer $state )
$state integer
    public function setState($state);