class ScheduledTaskFinished (View source)

Methods

__construct(Event $task, float $runtime)

Create a new event instance.

Details

__construct(Event $task, float $runtime)

Create a new event instance.

Parameters

Event $task

The scheduled event that ran.

float $runtime

The runtime of the scheduled event.