Exported the isRunning variable in the speedtest task

This commit is contained in:
Mathias Wagner
2022-08-27 17:06:20 +02:00
parent 9af4363453
commit 94040c4af2
+2
View File
@@ -60,6 +60,8 @@ module.exports.create = async (type = "auto", retried = false) => {
isRunning = false;
}
module.exports.isRunning = () => isRunning;
module.exports.removeOld = async () => {
await tests.removeOld();
}