int exitValue = getProcessExitValue();
if (m_isAIRapp && exitValue == 1) //ADL Exit Code: Successful invocation of an already running AIR application. ADL exits immediately.
{
if(!m_isRunLaunch) {
e = new AlreadyActiveApplicationException(detailMessage, m_isDebugging);
}
}
else
{
e = new CommandLineException(detailMessage, getLaunchCommand(), getProcessMessages(), exitValue);