stopAll: function()

in src/com.jetbrains.youtrack.sdPlugin/app.js [71:77]


        stopAll: function () {
            this.activeTimers.forEach(timer => {
                clearInterval(timer.timer);
                clearTimeout(timer.timer);
            })
            this.activeTimers = [];
        },