AppserverIo\Appserver\Core\Consoles\Telnet::stop PHP Method

stop() public method

Stop the console and closes all connections.
public stop ( ) : void
return void
    public function stop()
    {
        $this->kill();
    }