Version 1.50 (checked in on 2010/02/17 at 22:44:51 by webchick)
Batch processing API for processes to run in multiple HTTP requests.
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 batch_set()
@see batch_get()
| 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 execution pass 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. |