Service
Service component allows you to create rules based on properties of Windows services and service-control events exposed by the Service Control Manager (SCM).
Property |
Type |
Description |
Example |
---|---|---|---|
LoadType |
Int |
How and when the service starts |
Possible values are: •BootLoad •SystemLoad •AutoLoad •ManualLoad •DisabledLoad |
Name |
String |
The internal service name registered with the SCM |
|
Type |
Int |
The service class/binary type |
Possible values are: •DriverType •FileSystemType •AdapterType •RecognizerType •Win32ServiceOwnProcess •Win32ServiceShareProcess •InteractiveOwnProcess •InteractiveShareProcess |
Supported Operations and their components:
|
Service |
---|---|
ServiceInstalled |
X |
ServiceStarted |
X |