Expand description
Setup validation for background service prerequisites.
SetupValidator checks platform-specific prerequisites (permissions,
manifest entries, service manager availability) and returns a
SetupValidationReport with errors (blocking) and warnings (non-blocking).
This module is available on all platforms. Platform-specific checks are
gated by cfg attributes so they only run on the target platform.
Structs§
- Setup
Validator - Validates background service setup prerequisites for the current platform.