XML-RPC method getIntermediateResultsNonBlocking of Neos
XML-RPC method getIntermediateResultsNonBlocking of Neos
This functions calls the XML-RPC method getIntermediateResultsNonBlocking() of NEOS, which returns intermediate results of a job submitted to NEOS, starting at the character offset up to the last received data. Intermediate results are usually the standard output of the solver daemon. If the job is still running, then this function will hang until another packet of output is sent to NEOS or the job is finished. This function will return a tuple of thebase-64 encoded object and the new offset (object, newoffset). The offset refers to uncoded characters.
obj: NeosJob, an object of class NeosJob as returned by the function NsubmitJob.
offset: Integer, the offset from which on the results are returned. In a first run this is set to integer(0).
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).