• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/countercalculation.php
  • Класс: Bitrix\Sender\Internals\CounterCalculation
  • Вызов: CounterCalculation::setCompleted
static function setCompleted($stageCode = 'FINISH')
{
	Option::set('sender', self::$optionName, self::$stages[$stageCode]);
}