<< Click to Display Table of Contents >> Navigation: Enumeration Values > Service States and Startup Types |
The Service Sensor can return one of the following states:
Continue Pending |
The service continuing. |
Pause Pending |
The service pausing. |
Paused |
The service is paused. |
Running |
The service is running. |
Start Pending |
The service is starting |
Stop Pending |
The service is stopping. |
Stopped |
The service is not running. |
The Service Sensor can return one of the following startup types:
Automatic |
The service is started by the operating system at system startup. If an automatically started service depends on a manually started service, the manually started service is also started automatically at system startup. |
Automatic (Delayed Start) |
The service is started by the operating system at system startup a while after all automatic services have been started. The delay is normally 2 minutes. |
Disabled |
The service is completely disabled and cannot be started by a user or an application. |
Manual |
The service starts only manually, either by a user or by an application. |