PDA

View Full Version : kill applet


avstor
03-27-2002, 12:25 PM
Hi all.
How I can kill active applet immediately? For example:
//some my applet code
_kill_applet_function_
//never accessible code

e.g. "exit()" std function analog...

ISHELL_CloseApplet() is not terminate applet immediately.
Thanks.

devi
03-27-2002, 02:07 PM
ISHELL_CloseApplet() will call the FreeAppData function supplied (if any) and exit app. There is no other way to voluntarily exit an app.

Devi Krishnan
BREW Support