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