The Stop Service action stops a windows service on the target client. To use this action, you provide the service name that you want to stop. The action will stop a running or paused service. If the service is already stopped, the action will do nothing. If the service does not exist on the target, the update will fail.
Prepare Stage
No action taken.
Execute Stage
The action stops the designated service. Any dependent services will also be stopped.
Cleanup Stage
No action taken.
Rollback Stage
If the service was running when the action executed, the service is restarted. Any dependent services are also restarted