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

CommandMutex

Methods

public

create ( $command ) : bool

Attempt to obtain a command mutex for the given command.

Parameters

public

exists ( $command ) : bool

Determine if a command mutex exists for the given command.

Parameters

public

forget ( $command ) : bool

Release the mutex for the given command.

Parameters