Elgg\Ajax\Response::cancel PHP Method

cancel() public method

public cancel ( )
    public function cancel()
    {
        $this->cancelled = true;
        return $this;
    }