Application terminate() method
Application terminate() method
- Subject: Application terminate() method
- From: "Virat Chopra" <email@hidden>
- Date: Wed, 30 Jun 2004 09:02:55 -0400
I created a small WO test Application to perform some calculations and
terminate after the the calculations are completed.
The code for Calculation is written in the Application Class and terminate()
method is called when the calculation finishes.
AutoOpenInBrowser is set to false.
The problem is during execution after the terminate method is called. The
ouput displayes a message
[2004-06-30 08:45:15 EDT] <main> Waiting for requests...
Press any key to continue . . .
I have to press a key to terminate the Application, what should be done to
make the Application terminate on its own , without the need to press a key.
Note: The documentation for terminate() method says this.
"Terminates the application process. Termination does not take place until
the handling of the current request has completed."
Thanks,
V
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.