...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/restactivity.php
- Класс: CBPRestActivity
- Вызов: CBPRestActivity::cancel
public function cancel() { if ($this->UseSubscription === 'Y') { $this->Unsubscribe($this); } return CBPActivityExecutionStatus::Closed; }