How do get a report of which sequence is currently running on a sequencer?

In reply to Srini @ CVCblr.com:

Thanks. I’m going to mark this as a solution because it looks like the best way forward. I’ve looked into the methods in both uvm_sequencer_base and uvm_seuencer_param_base, as well as just m_sequencer.print, but I don’t see any way to get just what you described “see all lined up at SQR side” (which is just what I want). I only ever see this in a print report:

arbitration_queue  array                  0     -

That could be because I’m calling the method when the queue is empty of course. I’ll work at this and post a solution if I figure it out.
Thanks again.