PHP 8.3.31
Preview: ScheduledTaskFinished.php Size: 653 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFinished.php

<?php

namespace Illuminate\Console\Events;

use Illuminate\Console\Scheduling\Event;

class ScheduledTaskFinished
{
    /**
     * The scheduled event that ran.
     *
     * @var \Illuminate\Console\Scheduling\Event
     */
    public $task;

    /**
     * The runtime of the scheduled event.
     *
     * @var float
     */
    public $runtime;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Console\Scheduling\Event  $task
     * @param  float  $runtime
     * @return void
     */
    public function __construct(Event $task, $runtime)
    {
        $this->task = $task;
        $this->runtime = $runtime;
    }
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
426 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
1.17 KB lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
1.00 KB lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
481 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
694 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
653 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
471 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download
472 B lrw-rw-rw- 2025-09-17 06:52:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).