• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/agent/autocloseworktimeagent.php
  • Класс: BitrixTimemanServiceAgentAutoCloseWorktimeAgent
  • Вызов: AutoCloseWorktimeAgent::runCloseRecord
static function runCloseRecord($recordId)
{
	return DependencyManager::getInstance()
		->getAutoCloseWorktimeAgent()
		->closeRecord($recordId);
}