This functions calls the XML-RPC method getJobStatus() of NEOS and returns an object of class NeosAns. The functions returns the current job status (either Done , Running , Waiting , Unknown Job or Bad Password ).
NgetJobStatus(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.