Forums | developer.brewmp.com Forums | developer.brewmp.com

Developer

Forums

Forums:

Is there a way to programatically send a BREW application to the background during a lengthy shutdown process? I have some memory and temp file cleanup going on during shutdown and I just want to send the application to the background during the shutdown process. It seems like control must be returned before a repaint is possible. I'm guessing I might need to send the application to the background and kick off a timer to start my shutdown process in a delayed manner.