• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/tourguide.php
  • Класс: BitrixTasksTourGuide
  • Вызов: TourGuide::isCurrentStepTheLast
protected function isCurrentStepTheLast(): bool
{
	return ($this->currentStepIndex === $this->steps->getLastStepIndex());
}