I am trying to monitor an application that has an auto-restart. If the application(process) crashes I want to be able to detect the crash with a ProcessId change. Is there anything built in to do this?
I currently have a custom script monitor to do this, because of this I cannot determine the ${ProcessName}. Is there anyway to manually set these values?