---
id: gk-gravityview-bulk-actions-download-attachments-complete
title: "Action - gk/gravityview/bulk-actions/download-attachments/complete"
sidebar_label: "gk/gravityview/bulk-actions/download-attachments/complete"
tags:
  - "3.0.0"
---

# Action: gk/gravityview/bulk-actions/download-attachments/complete

Fires after frontend attachment download processing finishes.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $result | `array` | Processing counts and download metadata. |
| $view_id | `int` | View ID. |
| $view | `\View` | View. |
| $action | `array` | Action config. |

### Since

- 3.0.0-beta.3

### Source

Defined in `src/Entry/BulkActions/Actions/DownloadAttachmentsAction.php` at line 2418

