interface EventMutex (View source)
| bool | create(Event $event) Attempt to obtain an event mutex for the given event. | |
| bool | exists(Event $event) Determine if an event mutex exists for the given event. | |
| void | forget(Event $event) Clear the event mutex for the given event. | 
Attempt to obtain an event mutex for the given event.
Determine if an event mutex exists for the given event.
Clear the event mutex for the given event.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Console/Scheduling/EventMutex.html