interface Illuminate / Console / Scheduling / SchedulingMutex
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

SchedulingMutex

Methods

public

create ( Event $event , DateTimeInterface $time ) : bool

Attempt to obtain a scheduling mutex for the given event.

Parameters

public

exists ( Event $event , DateTimeInterface $time ) : bool

Determine if a scheduling mutex exists for the given event.

Parameters