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

# Action: gk/foundation/scheduler/job/schedule/after

Fires after a job is successfully scheduled.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $job_id | `int` | The job ID. |
| $name | `string` | The job name. |
| $schedule_type | `string` | The schedule type. Accepts 'async', 'single', 'recurring', or 'cron'. |

### Since

- 1.12.0

### Source

Defined in `Scheduler/Store/DbStore.php` at line 262

