Using flash.printing.PrintJob, after start() I check to see whether the user has set the exact printing parameters needed for a successful print, and if not, I'd like to abort the print and send the user an Alert about the print requirements.
However, I can't figure out how to kill the print job, other than to let it time out. I'd think there'd be a printJob.abort() or the like, but I don't see it. I'd appreciate pointers to set me on the proper path. Thanks, Jeffrey

