﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12874	Information about aggregated tasks should be somehow accessible in aggregator#finished	Piotrek Koszuliński	Marek Lewandowski	"This should be somehow possible:

{{{
notification.on( 'finished', function() {
	editor.showNotification( 'Uploaded ' + this.getDoneTasksCount() + ' files.', 'success', 2000 );
} );
}}}

The information may also be passed as evt.data's properties, but I think that this is much simpler, because we just need to move `_reset()` call after firing the `#finished` event. Note - aggregator must be reset even if the event is cancelled.

Besides that, it would be good to add this code snippet to API docs. This is so common scenario that it should be mentioned in the aggregator's class description and `#finished` event docs."	Bug	closed	Normal	CKEditor 4.5.0 Beta	General	4.5.0 Beta	fixed		
