CIM_ServiceServiceDependency is an association between a service and another service, indicating that the latter is required to be present, required to have completed, or must be absent for the former service to provide its functionality. For example, boot services may be dependent upon underlying BIOS Disk and initialization services. In the case of the initialization services, the boot service is simply dependent on the init services completing. For the disk services, boot services may actually utilize the SAPs of this service. This usage dependency is modeled via the CIM_ServiceSAPDependency association.
CIM_ServiceServiceDependency - child subclasses in ROOT\cimv2
'The nature of the service to service dependency. This property describes that the associated service must have completed (value=2), must be started (3) or must not be started (4) in order for the service to function.'
read
True
Values
['Unknown', 'Other', 'Service Must Have Completed', 'Service Must Be Started', 'Service Must Not Be Started']
'CIM_ServiceServiceDependency is an association between a service and another service, indicating that the latter is required to be present, required to have completed, or must be absent for the former service to provide its functionality. For example, boot services may be dependent upon underlying BIOS Disk and initialization services. In the case of the initialization services, the boot service is simply dependent on the init services completing. For the disk services, boot services may actually utilize the SAPs of this service. This usage dependency is modeled via the CIM_ServiceSAPDependency association.'