Hello,
Following an OSUpdate file sync, I am trying to present with the option to reboot and install the update or cancel. This used to be possible in CE .
EX showmessagebox "Abort the operation?" NO_TIMER 4 YES
if %ShowMessageBoxReturn% == IDYES goto Exit
With the IF statement not supported on Android and and showmessagebox unable to gather response, I have not found an easy way to do this in Android. Has anyone found a way to do this with Javascript yet on Mobicontrol 15?
Thanks for your time.
Shawn