• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/letter.php
  • Класс: BitrixSenderEntityLetter
  • Вызов: Letter::halt
public function halt()
{
	try
	{
		return $this->getState()->halt();
	}
	catch (InvalidOperationException $exception)
	{
		$this->errors->setError(new Error($exception->getMessage()));
		return false;
	}
}