class Illuminate / Console / Events / ScheduledTaskFinished
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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