• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/processor/task/scheduler/result/impact.php
  • Класс: BitrixTasksProcessorTaskSchedulerResultis
  • Вызов: is::getMatchWorkTime
public function getMatchWorkTime()
{
	return (($this->data['MATCH_WORK_TIME'] ?? null) === 'Y');
}