Service/Event to monitor if a Windows Application is running
May 14, 2015
06:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 14, 2015
06:34 PM
Service/Event to monitor if a Windows Application is running
Hi,
I am writing an application in TW and want to monitor if a program is running and count the running time. Thinking about creating an Event/Subscrition that detects it but don´t know how.
Any ideas?
Thanks
E
2 REPLIES 2
May 16, 2015
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 16, 2015
11:46 PM
Hi Ewerton,
I order to do this most certainly you will need to create a custom Extension, if you need to monitor applications on the server, or, if needed, you can put the specific logic on an EMS implementation, if you need to monitor an application running on a computer different than the platform server.
BR,
Vladimir
May 17, 2015
06:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 17, 2015
06:04 PM
Thanks Vladimir.
Any tip on how it should look like? Still not very experienced with Extensions. Is it just a custom service which I will create an event/subscription?
Thanks
