Terminates the web application and web handler
Source position: custweb.pp line 159
public procedure TCustomWebApplication.Terminate; override; |
Terminates the web application by first calling the inherited termination and then terminating the web handler if it's still running. Ensures clean shutdown of the web request processing loop.
No specific errors expected during termination.
TWebHandler.Terminate |