Ejemplo n.º 1
0
 /**
  * @return bool
  */
 public function isCancelled()
 {
     return !$this->isPending() && $this->result->isCancelled();
 }