batch.inc
Версия 1.14 (checked in on 2007/12/20 at 11:57:20 by goba)
Batch processing API for processes to run in multiple HTTP requests.
Функции
Имя | Описание |
---|---|
_batch_current_set | Retrieve the batch set being currently processed. |
_batch_do | Do one pass of execution and inform back the browser about progression (used for JavaScript-mode only). |
_batch_finished | End the batch processing: Call the 'finished' callbacks to allow custom handling of results, and resolve page redirection. |
_batch_next_set | Move execution to the next batch set if any, executing the stored form _submit handlers along the way (thus possibly inserting additional batch sets). |
_batch_page | State-based dispatcher for the batch processing page. |
_batch_process | Advance batch processing for 1 second (or process the whole batch if it was not set for progressive execution - e.g forms submitted by drupal_execute). |
_batch_progress_page_js | Batch processing page with JavaScript support. |
_batch_progress_page_nojs | Batch processing page without JavaScript support. |
_batch_shutdown | Shutdown function: store the batch data for next request, or clear the table if the batch is finished. |
_batch_start | Initiate the batch processing |