wwServer::ShutDown

Shuts down the server in File Mode.

Internally issues a CLEAR EVENTS followed by QUIT. This method is internally called from Windows WM_CLOSE message calls initiated when FoxPro or your Application is closed from the Task bar, Close box or via 'Close' operations in Task Manager etc.

o.ShutDown()

Remarks

Only works in File Based Operation. Not called as an EXE when running without a FoxPro desktop window (WM_CLOSE is not captured by FoxPro properly in that scenario and VFP quits without properly shutting down).

You can override this method to perform custom shutdown operations for file mode operation.


See also:

Class wwServer

© West Wind Technologies, 1996-2022 • Updated: 01/06/18
Comment or report problem with topic