• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/tourguide/internals/step.php
  • Класс: BitrixTasksTourGuideInternalsStep
  • Вызов: Step::makeTry
public function makeTry(): void
{
	$this->currentTry++;

	if ($this->currentTry >= $this->maxTriesCount)
	{
		$this->finish();
	}
}