This function is called in response to the service being paused by the Service Control Manager.
Arguments:
None
Return:
None
Usage:
This function is called when the service has been paused so you may want to disconnect from the database if your service uses one and then reconnect in the of_resumed function.