Class yii\queue\cli\Signal
| Inheritance | yii\queue\cli\Signal | 
|---|---|
| Deprecated since version | since 2.0.2 and will be removed in 2.1. Use SignalLoop instead. | 
Process Signal Helper
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| isExit() | Checks exit signals Used mainly by \yii\queue\cli\yii\queue\Queue to check, whether job execution loop can be continued. | yii\queue\cli\Signal | 
| setExitFlag() | Sets exit flag to trueMethod can be used to simulate exit signal for methods that use
isExit() to check whether execution loop can be continued. | yii\queue\cli\Signal | 
Method Details
Checks exit signals Used mainly by \yii\queue\cli\yii\queue\Queue to check, whether job execution loop can be continued.
| public static boolean isExit ( ) | 
Sets exit flag to true
Method can be used to simulate exit signal for methods that use
isExit() to check whether execution loop can be continued.
| public static void setExitFlag ( ) |