In a console application I want a time-out timer to end my application.
But if the Timer Action has the below code, the application doesn't terminate.
Instead, it continues Printing the "Timeout" every multiple of
time-out time (Period).
Print ("Timeout!")
Quit
But in a corresponding Desktop application it works (terminates the
application):
EditField1.Text="Timeout!"
Quit
How should a timer make a console application Quit?
Thanks,
ejgolf
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>