• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/search/reindex/stepper.php
  • Класс: BitrixDiskSearchReindexStepper
  • Вызов: Stepper::restartExecution
static function restartExecution()
{
	Option::set(static::getModuleId(), 'need' . static::getName(), self::STATUS_INDEX);
	Option::delete(static::getModuleId(), ['name' => static::getName()]);

	static::bind();
}