iOS Question Application exit

mare1980k1

Member
Licensed User
Longtime User
I am trying to make a code to exit my application, or restart it
something like Application.Close (which would close app in total) or Application.Restart (which would start back again at Application_Start and disconnect everything that is loaded etc)
Is there such command?
 
Top