Interface Yiisoft\Queue\Cli\LoopInterface
| Implemented by | Yiisoft\Queue\Cli\SignalLoop, Yiisoft\Queue\Cli\SimpleLoop, Yiisoft\Queue\Stubs\StubLoop |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| canContinue() | Yiisoft\Queue\Cli\LoopInterface |
Method Details
| public abstract boolean canContinue ( ) | ||
| return | boolean |
Whether to continue listening of the queue. |
|---|---|---|
public function canContinue(): bool;
Signup or Login in order to comment.