Use the Service package to automate operations in Windows and
application services including starting, stopping, pausing, resuming, or getting the status
of services.
Note: You must have administrator privileges to start, stop, pause, or resume service
operations.
Actions in the Services
package
The Services
package includes the following actions:
Action |
Description |
Get service status |
Retrieves the current status of a Windows or application
service. You can store the status of the selected service by
assigning it to a selected variable. Example: The Windows
Audio service status might be running. You can assign the
status value to a selected variable. |
Pause service |
Pauses a Windows or application service that is currently
running. |
Resume service |
Restarts a selected Windows or application service that was
previously paused. |
Start service |
Starts a selected Windows or application service that is not
running. |
Stop service |
Stops a selected Windows or application service that is
currently running. |