static bool allTailsHaveIdled(TailFile... tails) { for (TailFile tf : tails) if (!tailHasIdled(tf)) false; true; }