I couldn't find the ability to do it, so I added it in myself...
Within my app class, I added private var 'running' and the methods: 'Terminate' and 'IsRunning',
Within Core.mm I modified the loop condition...
From:
To:
Then when I wish to exit, I just call Terminate on my App

Hope this helps,
Liam Goodacre