Kraken\Runtime\Container\Manager\ThreadManagerRemote::stopThread PHP Method

stopThread() public method

public stopThread ( $alias, $params = [] )
    public function stopThread($alias, $params = [])
    {
        $req = $this->createRequest($this->channel, $this->receiver, new RuntimeCommand('thread:stop', array_merge($params, ['alias' => $alias])));
        return $req->call();
    }