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, DWORD startType = SERVICE_DEMAND_START)
version(Windows)
void
uninstall
if (
isDaemon!DaemonInfo ||
isDaemonClient!DaemonInfo
)

Meta