• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/schedule.php
  • Класс: BitrixTimemanModelScheduleSchedule
  • Вызов: Schedule::isControlledActionsStartOnly
public function isControlledActionsStartOnly()
{
	return $this->getControlledActions() === ScheduleTable::CONTROLLED_ACTION_START;
}