6 calls to batch_get()

batch_ajax_callback in modules/batch/batch.module
This function is called by ajax, and will trigger each run of the batch operation function, then return appropriate results back to our javascript.
batch_finished_page in modules/batch/batch.module
We redirect to this page when we have finished a batch.
batch_processing_page in modules/batch/batch.module
This is the page the user sees while a batch is being processed.
batch_start_batch_from_form_submit in modules/batch/batch.module
A batch process is being initiated from a form submission.
cli.php in ./cli.php
stats_download_csv_from_batch in modules/stats/stats.module
Lets the user download a CSV file from a completed batch.