---
id: gk-foundation-scheduler-job-canceled
title: "Action - gk/foundation/scheduler/job/canceled"
sidebar_label: "gk/foundation/scheduler/job/canceled"
tags:
  - "1.12.0"
---

# Action: gk/foundation/scheduler/job/canceled

Fires after a job is canceled from the UI or programmatically.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $job | `\JobInstance` | The canceled job instance. |

### Since

- 1.12.0

### Source

Defined in `Scheduler/Handlers/ScheduleHandler.php` at line 1321

