Event triggered when the handler is idle between requests
Source position: custweb.pp line 104
public property TWebHandler.OnIdle : TNotifyEvent |
Event called between request processing cycles when the handler is waiting for new requests. Allows background processing or cleanup tasks during idle periods.
|
Main request processing loop for the web handler |