constant INSTALL_TASK_RUN_IF_REACHED

Run the task on each installation request that reaches it.

This is primarily used by the Drupal installer for bootstrap-related tasks.

2 uses of INSTALL_TASK_RUN_IF_REACHED

File

drupal/core/includes/install.core.inc, line 44
API functions for installing Drupal.

Code

const INSTALL_TASK_RUN_IF_REACHED = 2;