NkillJob {rneos} | R Documentation |
XML-RPC method killJob of Neos
Description
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
.
Usage
NkillJob(obj, killmsg = NULL, convert = TRUE)
Arguments
obj |
Object of class |
killmsg |
Character, optional description. |
convert |
Logical, if |
Value
An object of class NeosAns
containing the returned message from
NEOS.
Author(s)
Bernhard Pfaff
References
NEOS API: https://neos-server.org/neos/xml-rpc.html
See Also
[Package rneos version 0.4-0 Index]