static String on( String key, Function(dynamic params, Function(dynamic) setStatus) work) { _workers[key] = QuickWorker(work, key); return key; }