I have several scheduled tasks inside the Windows Task Manager.
Is there any way to get notifications displayed for me as the user, if the execution of the task failed (the return code of the called program is different from "0")?
I'm looking for a solution which does notify my, if the execution of the job fails, not the starting of the job. Additionally, I'm looking for a solution which works with each job, without changing it. So the solution should notify me, and not the job.