class Illuminate / Console / Scheduling / ScheduleInterruptCommand

ScheduleInterruptCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'schedule:interrupt'
protected

$description string

The console command description.

Default: 'Interrupt the current schedule run'
protected

$cache Repository

The cache store implementation.

Default: null

Methods

public

__construct ( Repository $cache ) : void

Create a new schedule interrupt command.

Parameters

public

handle ( ) : void

Execute the console command.