• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/push/push.php
  • Класс: BitrixCalendarSyncPushPush
  • Вызов: Push::isProcessed
public function isProcessed(): bool
{
	return in_array(
		$this->processStatus,
		[
			Dictionary::PUSH_STATUS_PROCESS['block'],
			Dictionary::PUSH_STATUS_PROCESS['unprocessed'],
		],
		true
	);
}