phpseclib\Net\SSH2::isTimeout PHP Method

isTimeout() public method

Did exec() or read() return because they timed out or because they encountered the end?
public isTimeout ( )
    function isTimeout()
    {
        return $this->is_timeout;
    }