Can you have multiple "Run a command"

Get help for specific problems
Posts: 3
Joined: 4 Mar 2021

biggitybakes

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!
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

FFS has exit codes you will want to evaluate
https://freefilesync.org/manual.php?topic=command-line
Posts: 3
Joined: 4 Mar 2021

biggitybakes

perfect. So I can trigger my app on completion then evaluate the exit codes. thanks so much.