WebApplication.AutoQuitTimeout
From Xojo Documentation
Property (As Integer )
aWebApplication.AutoQuitTimeout = newIntegerValue
or
IntegerValue = aWebApplication.AutoQuitTimeout
New in 2020r1
Supported for all project types and targets.
or
IntegerValue = aWebApplication.AutoQuitTimeout
New in 2020r1
Supported for all project types and targets.
The number of seconds after the last WebSession ends that the application will quit. The default value is 60.
Notes
The web app is only quit if WebApplication.AutoQuit is True.
Sample Code
Change the timeout to 30 seconds:
App.Timeout = 30
See Also
SessionTimeout, WebSession.Timeout properties
WebSession.TimedOut event handler