Search found 1 match
- Thu Apr 03, 2025 8:28 am
- Forum: Bugs / Problems
- Topic: Detection of stop command in PMon
- Replies: 2
- Views: 4550
Detection of stop command in PMon
Hi All, The code below should report several debug-lines in my LOG-viewer when I start the script from pmon, but also when I stop it via pmon. // Callback function to handle exitRequested event void onExitRequested(string event, int exitCode) { DebugN("Bye bye"); DebugN("Event: "...