NkillJob: XML-RPC method killJob of Neos

Description Usage Arguments Value Author(s) References See Also

View source: R/NkillJob.R

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

1
NkillJob(obj, killmsg = NULL, convert = TRUE)

Arguments

obj

Object of class NeosJob, as returned by the function NsubmitJob.

killmsg

Character, optional description.

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.

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

NeosAns and NeosJob


rneos documentation built on April 22, 2020, 3 p.m.

Related to NkillJob in rneos...