Description Usage Arguments Value References Examples
View source: R/rforcecom.checkBatchStatus.R
This function checks on and returns status information on an existing batch which has already been submitted to Bulk API Job
1 | rforcecom.checkBatchStatus(session, jobId, batchId)
|
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 |
batchId |
a character string defining the salesforce id assigned to a submitted batch as returned by rforcecom.createBulkBatch |
A list
of parameters defining the batch identified by the batchId
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/
1 2 3 4 | ## Not run:
batch_status <- rforcecom.checkBatchStatus(session, jobId=job_info$id, batchId=batches_info[[1]]$id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.