We have an application that is launching an AIR application, and it's waiting for that AIR application to close. Is there an exit code that AIR can return to this other application? I know about exit(0), and exit(1) tries to restart the AIR application, and doesn't seem like an exit code that is returned to the other calling application...Thanks!
↧