Handbuch:JobQueue.php
Appearance
Diese Seite ist veraltet. |
| MediaWiki-Datei: JobQueue.php | |
|---|---|
| Speicherort: | includes/jobqueue/ (includes/JobQueue/ in 1.46 or later) |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | MediaWiki\JobQueue\JobQueue |
Details
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).