class PauseCommand extends Command

Flarum's counterpart to Illuminate's queue:pause: the upstream command type-hints the concrete QueueManager, which Flarum replaces with its own factory. The queue argument accepts `queue` or `connection:queue`; the connection defaults to the active queue connection's name.

Properties

protected $signature
protected $description

Methods

int
handle(Factory $factory, Queue $connection)

No description

array
parseQueue(string $argument, Queue $connection)

No description

Details

int handle(Factory $factory, Queue $connection)

Parameters

Factory $factory
Queue $connection

Return Value

int

protected array parseQueue(string $argument, Queue $connection)

Parameters

string $argument
Queue $connection

Return Value

array