Determine Timer Elapsed or Remaining

I have a scenario where upon I would like the outcome of a rule to differ depending upon how long a Timer has to run. I have not established a mechanism to determine how long a Timer has remaining. Did I miss something or do I need to create a DateTime variable simply to track when I expect the Timer to expire?

You haven’t missed anything. There is no way to tell how much longer a timer has before it runs. You will have to keep track of that separately.

I was pretty sure that was going to be the answer but thanks for the confirmation.