buildDaemon.uninstall

Utility function that helps to uninstall the service from the system.

Note: Can be used with DaemonClient template, actually you can ommit signal list for the template.

template buildDaemon(alias DaemonInfo)
version(Windows)
void
uninstall
(
shared ILogger logger
)
if (
isDaemon!DaemonInfo ||
isDaemonClient!DaemonInfo
)

Meta