This method is used to cancel a job submission running on NEOS (or
waiting to run on NEOS). The job password is required to prevent abuse
of this function (extracted from relevant slot of obj
). This
functions calls the XML-RPC method “killJob()” of NEOS and
returns an object of class NeosAns
.
NkillJob(obj, killmsg = NULL, convert = TRUE)
Object of class NeosJob
, as returned by the function
NsubmitJob
.
Character, optional description.
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.
An object of class NeosAns
containing the returned message from
NEOS.