Description Usage Arguments See Also Examples
View source: R/mantaJob.cancel.R
Sends Manta a cancel message to stop running job.
1 | mantaJob.cancel(jobid)
|
jobid |
character optional. Manta job identifier
such as |
Other mantaJobs: mantaJob.done;
mantaJob.errors.stderr;
mantaJob.errors;
mantaJob.failures;
mantaJob.inputs;
mantaJob.launch;
mantaJob.outputs.cat;
mantaJob.outputs;
mantaJob.setup;
mantaJob.status;
mantaJobs.running;
mantaJobs.tail; mantaJobs;
mantaMap; mantaReduce
1 2 3 4 5 | ## Not run:
# Send cancel signal for last run Manta job.
mantaJob.cancel()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.