Jobs.cancelJob {SciServer}R Documentation

Cancel Job

Description

Cancels the execution of a job.

Usage

Jobs.cancelJob(jobID)

Arguments

jobID

Id of the job (integer)

Value

Returns TRUE if successful

Author(s)

Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://apps.sciserver.org
http://www.github.com/sciserver/SciScript-R

See Also

Jobs.submitNotebookJob,Jobs.submitShellCommandJob,Jobs.getJobStatus,Jobs.getDockerComputeDomains

Examples

Jobs.cancelJob(123)

[Package SciServer version 2.0.0 Index]