SchedulingMutex
interface SchedulingMutex (View source)
Methods
bool | create(Event $event, DateTimeInterface $time) Attempt to obtain a scheduling mutex for the given event. | |
bool | exists(Event $event, DateTimeInterface $time) Determine if a scheduling mutex exists for the given event. |
Details
bool create(Event $event, DateTimeInterface $time)
Attempt to obtain a scheduling mutex for the given event.
bool exists(Event $event, DateTimeInterface $time)
Determine if a scheduling mutex exists for the given event.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Console/Scheduling/SchedulingMutex.html