• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/runtime/segmentdataclearjob.php
  • Класс: Bitrix\Sender\Runtime\SegmentDataClearJob
  • Вызов: SegmentDataClearJob::existsInDB
static function existsInDB(int $groupId): bool
{
	return (new SegmentDataBuilderJob())->agentExists(
		static::getAgentName($groupId)
	);
}