I would like to temporarily raise a frame to the top of the frame stack,
sit for two seconds and then place it back where it was in the stack under Emacs 26.

Are there any convenience functions for this or do I have to record its position in the stack, raise it and then place it back in the stack carefully?  Is there even a function to place frames in a particular order other than iteratively ordering them down to a certain level?

Bob