Hi All,
Is there any function that after the application run finish then it auto exit, no need to click exit?
Hi All,
Is there any function that after the application run finish then it auto exit, no need to click exit?
have you tried calling Exit() on your appui already ?, or simply just stopping the active scheduler ?
Try to use the CEikAppUi::Exit()(suggested by symbianyucca ), as it will gracefully terminate your application.