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")
This command will be renamed to run
in the next version.
Last updated