class
Illuminate
/
Console
/
Scheduling
/
ScheduleFinishCommand
ScheduleFinishCommand
Extends
Properties
protected
$signature string
The console command name.
Default: 'schedule:finish {id} {code=0}'
protected
$description string
The console command description.
Default: 'Handle the completion of a scheduled command'
protected
$hidden bool
Indicates whether the command should be shown in the Artisan command list.
Default: true