static L allActiveTimerTasks() { ret map(allTimersInVM(), func(O timer) { _get(first((L) getOpt(timer, 'entries)), 'task) }); }