So NSSM has the command start to start the service:
nssm start my-service
However looking at the documentation I can't seem to find any other commands. It does state how it will shutdown the service but the actually command doesn't seem to exist.
So how does one stop, restart, pause, resume a service via NSSM and if that is not possible how does one do this via the cmd
?