service_status
This generic method defines if service should run or be stopped.
⚙️ Compatible targets: Windows
Parameters
Name | Documentation |
---|---|
name | Service name. This parameter is required. |
status | Desired state for the user - can be 'Stopped' or 'Running'. Choices:
This parameter is required. |
Example
method: service_status
params:
status: Stopped
name: VALUE