• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting.php
  • Класс: BitrixSenderPostingRecipientTable
  • Вызов: PostingRecipientTable::hasUnprocessed
static function hasUnprocessed($postingId, $threadId = null)
{
	return (static::getCount(['=POSTING_ID' => $postingId, '=STATUS' => self::SEND_RESULT_NONE]) > 0);
}