class Illuminate / Console / Events / ScheduledTaskFinished
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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