AppserverIo\Appserver\Core\Consoles\Telnet::stop PHP Méthode

stop() public méthode

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