class
Illuminate
/
Console
/
Scheduling
/
ScheduleInterruptCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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'
Methods
public
__construct ( Repository $cache ) : void
Create a new schedule interrupt command.
Parameters
- $cache Repository
public
handle ( ) : void
Execute the console command.