# File mgp.rb, line 813
        def reload(closeall = false)
                result = send_operation(closeall ? OP_REFRESH : OP_RELOAD)
                find(result, OPTION_RETCODE)
        end