I have developed a custom external extension/add-in in ArcGIS Pro 2.9 that is available in the Licensing section. I have a number of days until the extension (add-in) will time out. However, I don't have an ideal way to track the count down of days and ultimately lock down the code for the extension when the license expires. Is there an event that I can key off of that runs in the background, like the button OnUpdate event? I could tie into this event and then know when the number of licensing days has expired and I can disable the extension. I would use the button OnUpdate event, but as far as I can tell that requires that the tab that the button is located on to be active for the event to fire. I need something to key off of that would execute all the time that the application is running.
Please let me know if any further information is required.