By using VisualCron API, is it possible for VisualCron to call a method/function in my application, instead of only launching external executables/script files?
To be more specific, say I have a MFC-based application project using COM API of VisualCron. I create and save some triggers in VisualCron server. When the triggers are fired, I want some certain methods/functions in my project to be called. In this way, I can have more flexible and fine-grained processing flow.