I want to run a program when my batch job completes every time it completes. I also want to know whether it was successful or errored. I can't figure out a way to select this. It seems I can only pick one of the following.. completion, error or success. So is there a way to know if the job ran and know the status of that job?
Thanks!
Can you have multiple "Run a command"
- Posts: 3
- Joined: 4 Mar 2021
-
- Posts: 4867
- Joined: 11 Jun 2019
FFS has exit codes you will want to evaluate
https://freefilesync.org/manual.php?topic=command-line
https://freefilesync.org/manual.php?topic=command-line
- Posts: 3
- Joined: 4 Mar 2021
perfect. So I can trigger my app on completion then evaluate the exit codes. thanks so much.