• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/scheduletable.php
  • Класс: BitrixTimemanModelScheduleScheduleTable
  • Вызов: ScheduleTable::getControlledActionTypes
static function getControlledActionTypes()
{
	return [
		static::CONTROLLED_ACTION_START,
		static::CONTROLLED_ACTION_START_AND_END,
	];
}