Kraken\Runtime\Container\Manager\ProcessManagerNull::destroyProcess PHP Method

destroyProcess() public method

public destroyProcess ( $alias, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [] )
    public function destroyProcess($alias, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [])
    {
        return Promise::doResolve("Process [{$alias}] was not needed to be destroyed, because it had not existed.");
    }