Could you please let me know if there's a way of keeping track of the completion of the current repetition in a repeating sequence? My end goal is to keep track of the current count and rate of completed repetitions which I can do once I have the base. Thank you for your help.
sequence.Repeat().Publish().RefCount()
I would like to capture the completions of "sequence" in the structure above.