Close windows container gracefully

I’m running a service inside a windows container, and I wish when the docker is stopped to perform a graceful close of the application instead of cutting the bridges badly.

As far as I’ve read a SIGTERM is sent to the process, but in my case, are the windows services notified as well?

Thanks in advance
Paolo