Is there a good way to differentiate between a paused string (via the <pause> tag) and an actual completed string? Maybe I'm missing something obvious, but since both situations call OnCompleteEvent() I can't tell if the string is just paused (and thus should continue) or if it's complete (and should close the window).