Skip to content

Server Property OnStopSCM

Paul Mansour edited this page May 24, 2020 · 1 revision

OnStopSCM Property

The OnStopSCM property specifies a callback function to be executed when the server is stopped by the Windows Service Control Manager (SCM). Is is only applicable for the Windows operating system. The right argument provided to the function by Rumba is the server instance. Typically this function might write to a log or perform some housekeeping.

This function is expected to exist in the namespace or object instance defined by the Context property. This callback may be the name of a method of some class.

Clone this wiki locally