CompletedTaskPoller.prototype.start = function() {
        this.running = true;
        this.pollTasks();
    };