---
id: gk-gravityview-bulk-actions-background-job-status
title: "Filter - gk/gravityview/bulk-actions/background-job/status"
sidebar_label: "gk/gravityview/bulk-actions/background-job/status"
tags:
  - "3.0.0"
---

# Filter: gk/gravityview/bulk-actions/background-job/status

Filters the current Foundation job status used to reconcile a frontend bulk action notice.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $status | `string` | Foundation job status. |
| $job_id | `int` | Foundation job/action ID. |
| $result | `array` | Stored bulk action result data. |
| $token | `string` | Result token. |
| $view | `\View` | View. |

### Since

- 3.0.0

### Source

Defined in `src/Entry/BulkActions/BackgroundStatus.php` at line 989

