Modulesยง
- common
- error
- service
- This module provides functionalities for controlling Windows services. It includes structs and enums for handling service configurations and states, and functions for starting, stopping, pausing, and querying services.
- service_
manager - This module provides functionalities for managing Windows services.
It includes structs for service configuration and a
ServiceManager
for creating, retrieving, and managing services. - test