interface ProgressEvents {
    add: any;
    remove: any;
    start: any;
    stop: any;
}

Events

add: any
remove: any
start: any
stop: any