|

08-23-2008, 12:09 PM
I don't think there is a "kill process" method, but assuming that you have control of the source code of the program to be terminated, you can fake it by sending a global event to the program. The program could implement GlobalEventListener, get the "kill yourself" message,and perform an orderly shutdown.
|