Manual:JobQueue.php
Appearance
Esta página está desactualizada. |
| Archivo de MediaWiki: JobQueue.php | |
|---|---|
| Ubicación: | includes/jobqueue/ (includes/Jobqueue/ in 1.46 or later) |
| Código fuente: | master • 1.45.0 • 1.44.2 • 1.39.15 |
| Clases: | JobQueue |
Detalles
JobQueue.php file contains the Job class. This is the abstract class to describe a background job. The class also contains static functions for handling jobs (insert jobs in the queue and pop jobs from the queue).