Manual:JobQueue.php
From Linux Web Expert
<translate> This page is outdated.</translate> |
Archivo de MediaWiki: JobQueue.php | |
---|---|
Ubicación: | includes/jobqueue/ |
Código fuente: | master • 1.41.1 • 1.40.3 • 1.39.7 |
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).