View source: R/batch_operations.R
| batch_terminate_job | R Documentation |
Terminates a job in a job queue. Jobs that are in the STARTING or RUNNING state are terminated, which causes them to transition to FAILED. Jobs that have not progressed to the STARTING state are cancelled.
See https://www.paws-r-sdk.com/docs/batch_terminate_job/ for full documentation.
batch_terminate_job(jobId, reason)
jobId |
[required] The Batch job ID of the job to terminate. |
reason |
[required] A message to attach to the job that explains the reason for canceling
it. This message is returned by future
This parameter has as limit of 1024 characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.