I have a Quartz job which in scheduled on server(clients server). I need to check if Quartz service is running or not ? If it is paused or something I need to send email notification to client that server is not started yet.
            Asked
            
        
        
            Active
            
        
            Viewed 341 times
        
    0
            
            
        - 
                    I think quartz uses a windows service. So, you can check it in the task manager / services. Also, you can check too in control panel / administrative tools / services. In both you can see if it is executing or not and his initialization type – Striter Alfa Oct 28 '15 at 14:14
- 
                    I want to check it by my c# code – Rohi Oct 29 '15 at 05:56
- 
                    See this topic: http://stackoverflow.com/questions/178147/how-can-i-verify-if-a-windows-service-is-running – Striter Alfa Oct 29 '15 at 12:41
