function ProgressEmitter(name, uuid, type) { this.name = name; this.uuid = uuid; this.type = type; this.link = null; this.emit = () => { }; }