summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r--src/downloadmanager.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h
index 514402ee..136ecf2a 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -139,6 +139,13 @@ public:
bool downloadsInProgress();
/**
+ * @brief determine if a download is currently in progress, does not count paused ones.
+ *
+ * @return true if there is currently a download in progress (that is not paused already).
+ **/
+ bool downloadsInProgressNoPause();
+
+ /**
* @brief set the output directory to write to
*
* @param outputDirectory the new output directory