I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1a40e574 authored by dev's avatar dev
Browse files

Added isUpdateInProgress() to UpdaterManager interface.

parent f73101b0
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,12 @@ public interface UpdateManager { ...@@ -145,6 +145,12 @@ public interface UpdateManager {
*/ */
public String checkAvailable(UpdateType type, String id, long maxWait); public String checkAvailable(UpdateType type, String id, long maxWait);
/**
* Is any download in progress?
* Does not include checks.
*/
public boolean isUpdateInProgress();
/** /**
* Non-blocking. Does not check. * Non-blocking. Does not check.
* Fails if check or update already in progress. * Fails if check or update already in progress.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment