api/laravel/Console/Scheduling/EventMutex.yaml

41 lines
785 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: EventMutex
class_comment: null
dependencies: []
properties: []
methods:
- name: create
visibility: public
parameters:
- name: event
comment: '# * Attempt to obtain an event mutex for the given event.
# *
# * @param \Illuminate\Console\Scheduling\Event $event
# * @return bool'
- name: exists
visibility: public
parameters:
- name: event
comment: '# * Determine if an event mutex exists for the given event.
# *
# * @param \Illuminate\Console\Scheduling\Event $event
# * @return bool'
- name: forget
visibility: public
parameters:
- name: event
comment: '# * Clear the event mutex for the given event.
# *
# * @param \Illuminate\Console\Scheduling\Event $event
# * @return void'
traits: []
interfaces: []