Giter Site home page Giter Site logo

Comments (4)

781flyingdutchman avatar 781flyingdutchman commented on August 11, 2024 2

This is now available in V5.0.0. Note that pause is dependent also on the server supporting it, so not all tasks can be paused/resumed. To see if a task is likely to be resumable, call taskCanResume a bit after the task has signaled it is running (because it needs server data to determine that) and if it returns false, the server does not support it.

To delete a paused task, cancel it.

Hope this is helpful.

from background_downloader.

781flyingdutchman avatar 781flyingdutchman commented on August 11, 2024 1

This will be implemented soon in V5.0

from background_downloader.

781flyingdutchman avatar 781flyingdutchman commented on August 11, 2024

Hi, thanks for looking at the plugin. Can you elaborate a bit on why you would want to pause and then resume a task, instead of just completing the download in the background? I can't quite imagine the situation where pausing would be an advantage. Implementing pause/resume is rather complicated and likely error-prone (for example, whether or not you can resume depends on the server, and many servers don't allow for this) so I am hesitant to do this.

from background_downloader.

kennir avatar kennir commented on August 11, 2024

Hi @781flyingdutchman

Thanks for your reply.

We're working on a web-browser project,Our product has a download management page that allows the user to do all the tasks that are being downloaded (pause, resume, retry, remove, etc.), perhaps because the product manager wants the user to have more control over the download tasks

Best regards

from background_downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.