of_resumed

This function is called in response to the service being resumed by the Service Control Manager.

Arguments:

None

Return:

None

Usage:

You would add code here to do something when the service has been resumed. If you disconnected from a database in the of_paused function, you would re-connect here.