I'm using Air 3.1 with Flex SDK 4.12 and FB 4.7. My app executes from the command line (requiring no other user interaction), and also uses Air's update methodology.
The problem I'm running into is my app currently triggers to do its stuff based on its creation complete event, and when updates are available, the app runs for the current update while the new update is downloading, then the app runs a second time when the download completes. Thus, I'd like to know which event I can use to reliably indicate the most recent update has completed downloading and has finished whatever it needs to do so I can begin executing the application. This event should only trigger once, regardless of whether an update is available or not, to tell me, "OK, now we're using the latest version -- go ahead and run your stuff." Does such an event exist (if so, what is it)? Or, should I use some other scheme?
