core.download ============= Core helper to call a job marked for download. .. raw:: html
Method name to execute for generating download content.
Array of arguments to pass to the method.
No Additional ItemsFilename for the downloaded file.
Non-buffered downloads will allow job to write to pipe as soon as download URL is requested, job will stay     blocked meanwhile. buffered downloads must wait for job to complete before requesting download URL, job's     pipe output will be buffered to ramfs.
Job ID and the URL for download.
Must contain a minimum of 2 items
Must contain a maximum of 2 items