/**
* fix the queue entry if the worker process died
+ *
* @return void
* @throws \Exception
*/
/**
* Removes a workerqueue entry from the current process
+ *
* @return void
* @throws \Exception
*/
/**
* Call the front end worker
+ *
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
/**
* Call the front end worker if there aren't any active
+ *
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
/**
* Removes long running worker processes
+ *
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
/**
* Runs the cron processes
+ *
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
/**
* Spawns a new worker
+ *
* @param bool $do_cron
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
/**
* Defers the current worker entry
+ *
* @return boolean had the entry been deferred?
*/
public static function defer()
/**
* Destructor
+ *
* @return void
*/
public function __destruct()
/**
* supported mimetypes and corresponding file extensions
+ *
* @return array
* @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead.
*/
/**
* Maps Mime types to Imagick formats
+ *
* @return array With with image formats (mime type as key)
* @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead.
*/