Aerys\CommandClient::stop PHP Method

stop() public method

public stop ( ) : Amp\Promise
return Amp\Promise
    public function stop() : \Amp\Promise
    {
        return $this->send(["action" => "stop"]);
    }