Service
This scheduled task type allows starting, stopping, pausing, continuing and checking service.
Service name
Name of the service.
Start
Start the specified service with the specified arguments.
Stop
Stop the specified service.
Pause
Pause the specified service.
Continue
Continue the specified service.
Check
Checks the specified service and put its status to the Exit code.
Returning codes
Error code: Error code of starting the command
Exit code: Error code of the service operation
If service operation is Check, then the Exit code can be one of the following values: |
0 - Service not exists or a error occurred |
1 - Service is running |
2 - Service is start pending |
3 - Service is stopped |
4 - Service is stop pending |
5 - Service is paused |
6 - Service is pause pending |
7 - Service is continue pending |
Categories: Manual, Shortcut type
Leave a Reply
You must be logged in to post a comment.