• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/rest.php
  • Класс: BitrixImOpenLinesRest
  • Вызов: Rest::startSoftPause
static function startSoftPause($arParams, $n, CRestServer $server): bool
{
	$userPause = new BitrixImOpenLinesUserPause();
	return $userPause->start();
}