This functions calls the XML-RPC method getFinalResultsNonBlocking() of NEOS, which gets results of a job submitted to NEOS. If the job is still running, then this function will return an empty string (base-64 encoded).
NgetFinalResultsNonBlocking(obj, convert =TRUE)
Arguments
obj: NeosJob, an object of class NeosJob as returned by the function NsubmitJob.
convert: Logical, if convert = TRUE (the default) the value of the returned XML-RPC result is extracted and returned as character, otherwise the XML-RPC string is returned (base-64 encoded).