batch.inc
Version 1.46 (checked in on 2009/11/03 at 06:47:22 by webchick)
Batch processing API for processes to run in multiple HTTP requests.
Please note that batches are usually invoked by form submissions, which is why the core interaction functions of the batch processing API live in form.inc.
See also
@see batch_set()
See also
@see batch_get()
Functions
| Name | Description |
|---|---|
| batch_load | Loads a batch from the database. |
| _batch_api_percentage | Helper function for _batch_process(): returns the formatted percentage. |
| _batch_current_set | Return the batch set being currently processed. |
| _batch_do | Do one pass of execution in JavaScript-mode and return progress to the browser. |
| _batch_finished | End the batch processing. |
| _batch_next_set | Retrieve the next set in a batch. |
| _batch_page | State-based dispatcher for the batch processing page. |
| _batch_process | Process sets in a batch. |
| _batch_progress_page_js | Output a batch processing page with JavaScript support. |
| _batch_progress_page_nojs | Output a batch processing page without JavaScript support. |
| _batch_shutdown | Shutdown function; store the current batch data for the next request. |
| _batch_start | Initialize the batch processing. |
