pharext\ExecCmd::getStatus PHP Method

getStatus() public method

Retrieve exit code of cmd run
public getStatus ( ) : integer
return integer
    public function getStatus()
    {
        return $this->status;
    }