/** * {@inheritdoc} */ public function cancel($reason = null) { $this->pause(); parent::cancel($reason); }