ShouldExit
Document ShellThe
ShouldExitmethod returns a Boolean value that indicates whether the document shell should terminate.
ODBoolean ShouldExit ();
- return value
kODTrueif the document shell should terminate, otherwisekODFalse.DISCUSSION
The document shell and container applications call this method to see whether the dispatcher recommends that their main event loop be terminated.SEE ALSO
TheODDispatcher::Exitmethod (page 116).