View source: R/batch_operations.R
batch_cancel_job | R Documentation |
Cancels a job in an Batch job queue. Jobs that are in a SUBMITTED
, PENDING
, or RUNNABLE
state are cancelled and the job status is updated to FAILED
.
See https://www.paws-r-sdk.com/docs/batch_cancel_job/ for full documentation.
batch_cancel_job(jobId, reason)
jobId |
[required] The Batch job ID of the job to cancel. |
reason |
[required] A message to attach to the job that explains the reason for canceling
it. This message is returned by future
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.