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