Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Console
/
Events
/
ScheduledTaskFinished
ScheduledTaskFinished
#
Properties
public
#
$task
Event
The scheduled event that ran.
Default: null
public
#
$runtime
float
The runtime of the scheduled event.
Default: null
#
Methods
public
#
__construct
(
Event
$task
,
$runtime
)
:
void
Create a new event instance.
Parameters
$task
Event
$runtime
float
On this page
On this page
Properties
task
runtime
Methods
__construct