• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/replicator/template/repetition/time/service/executionservice.php
  • Класс: BitrixTasksReplicatorTemplateRepetitionTimeServiceExecutionService
  • Вызов: ExecutionService::stopReplication
private function stopReplication(): Result
{
	$this->currentResult->setData(['time' => 0]);
	return $this->currentResult;
}