@coya/task-manager
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -27,2 +27,5 @@ "use strict"; | ||
} | ||
set timeInterval(timeInterval) { | ||
this._timeInterval = timeInterval; | ||
} | ||
get maxFailuresInARow() { | ||
@@ -29,0 +32,0 @@ return this._maxFailuresInARow; |
{ | ||
"name": "@coya/task-manager", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Scheduler for run tasks successively or simultaneously", | ||
@@ -5,0 +5,0 @@ "main": "js/TaskManager.js", |
9916
182