• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item.php
  • Класс: BitrixTasksItem
  • Вызов: Item::enterBatchState
static function enterBatchState()
{
	// todo: need for an event here

	static::getBatchState()->enter();
}