This functions calls the XML-RPC method getJobInfo() of NEOS and returns a four-tuple (category, solver name, input, status).
NgetJobInfo(obj, convert =TRUE)
Arguments
obj: 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.