Description Usage Arguments Value References Examples
View source: R/rforcecom.abortBulkJob.R
This function aborts a Job in the Salesforce Bulk API
1 | rforcecom.abortBulkJob(session, jobId)
|
session |
a named character vector defining parameters of the api connection as returned by rforcecom.login |
jobId |
a character string defining the salesforce id assigned to a submitted job as returned by rforcecom.createBulkJob |
A list
of parameters defining the now aborted job
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/
1 2 3 4 | ## Not run:
job_abort_info <- rforcecom.abortBulkJob(session, jobId=job_info$id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.