In ArcGIS Pro Add-In, want to implement functionality that triggers an operation after 30 minutes of inactivity within the application.
By inactivity, specifically mean no user activity and no background tasks running.
Tried exploring direct event but I found nothing, so I seek best practices or reliable patterns to implement this.
Any advice on monitoring both user activity and background workflow, or relevant code examples, would be greatly appreciated.
Thank you!