Auto Downloader

Core Methods

refreshQueue

Triggers the auto-downloader to run.

Example:

// Refresh the auto-downloader queue
ctx.autoDownloader.refreshQueue()
console.log("Auto-downloader is running")

Last updated