I'm working on a script to perform some disk partitioning, to be run before the main Casper Imaging tasks in the AutoRun workflow. There are certain conditions where the script will exit with an error, but as far as I know, Casper Imaging will then continue to try to perform the rest of the imaging.
Is there a way to have the script tell Casper Imaging to stop/fail gracefully?
One option would be for the script to kill the Casper Imaging process, but that seems a bit brutal.
