• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/journal.php
  • Класс: BitrixSaleTradingPlatformVkJournal
  • Вызов: Journal::clearStopProcessParams
static function clearStopProcessParams($exportId)
{
	$resUpdate = ExportProfileTable::update($exportId, array("PROCESS" => NULL));
	
	return $resUpdate->isSuccess();
}