Pausing/Resuming downloads
-
Does the server API have a way to handle pausing or resuming downloads?
I'm thinking about the situation where a user starts a download but then closes their DAW or the system crashes or some other interruption occurs and they need to resume where they left off.
-
Yes, I've implemented a method to resume a download, but it's highly experimental. Feel free to test it and give me feedback how it works though.
For some reason the docs don't show it, but there is a
DownloadObject
API class that has aresume()
method:You create it with:
-
@Christoph-Hart Thanks I'll check it out!