• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/taskitem.php
  • Класс: CTaskItem
  • Вызов: CTaskItem::getMatchWorkTime
public function getMatchWorkTime()
{
	try
	{
		$this->ensureDataLoaded();
	}
	catch (TasksException $e)
	{
		return false;
	}

	return $this->arTaskData['MATCH_WORK_TIME'] == 'Y';
}