As part of an exercise to manage out of memory problems I am exploring use of:
in Starter.Application_Error
It seems to work OK except the Time parameter (DateTime.Now + 5000) does not delay restarting the app for 5 secs - restart occurs immediately.
Any ideas greatly appreciated...
B4X:
StartServiceAt("", DateTime.Now + 5000, False)
ExitApplication
It seems to work OK except the Time parameter (DateTime.Now + 5000) does not delay restarting the app for 5 secs - restart occurs immediately.
Any ideas greatly appreciated...