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

	return $this;
}