class
Illuminate
/
Console
/
Scheduling
/
ScheduleWorkCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ScheduleWorkCommand
Extends
Properties
protected
$signature string
The name and signature of the console command.
Default: 'schedule:work {--run-output-file= : The file to direct <info>schedule:run</info> output to}'
protected
$description string
The console command description.
Default: 'Start the schedule worker'
Methods
public
handle ( ) : void
Execute the console command.