Communicate with running app

I've written an app that uses On Idle (RunHandler) to prompt me to get up and stretch every 30 minutes.

Is there anyway to query the running app to determine how long it's been since it last woke up and prompted me? Something like thru the apps properties by right clicking on the icon in the dock?

What platform is this for? You mention the dock, so I suspect it’s macOS. Is that right?

You mentioned “On Idle”. Does that mean you wrote the app in AppleScript?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Apologies....yes it is written on macOS in AppleScript.

Communicate with running app
 
 
Q