bool atLastPage( optional bool $status=false )
Used in conjunction with pageExecute, atLastPage()
returns true if at the last page set in a group. If the optional parameter is set true, it forces the current page to be the last. Any subsequent calls to last page will return this page.
$lp = $result->atLastPage();