The Start Service action starts a windows service on the target client. To use this action, you provide the service name and any arguments that the service expects. The action will start a stopped or paused service. If the service is already running the default action is to do nothing. Alternatively, you can select to force the service to restart. If the service does not exist on the target, the update will fail.
Prepare Stage
No action taken.
Execute Stage
The action starts the designated service.
Cleanup Stage
No action taken.
Rollback Stage
If the service was stopped when the action executed, the service is stopped.