Sometimes when I'm cooking dinner, I use the native Garmin timer app to set a timer to alert me when the time runs out. If the timer is more than a minute or so, it goes back to the watch face screen, and later on I find myself opening the timer app again to make sure I did not forget to set it. I want to put an icon on the watch face to indicate that a timer is running. Note: I am not looking to use a timer in my actual code; I want to be able to detect whether the native Garmin timer app is running a timer. For alarms, I can look at the device settings under alarm count, but I did not see a setting like this for a timer which is being used like an alarm.
Is it possible to detect this so I can use it in a boolean to show show an icon on the screen when a timer is running?