Windows Services addin for Cake.
#addin nuget:?package=Cake.Services&version=1.0.1
dotnet add package Cake.Services --version 1.0.1
<PackageReference Include="Cake.Services" Version="1.0.1" />
Aliases
Windows service aliases.
General
|
Can |
Checks if the named service can be paused and continued |
|
Can |
Checks if the named service can be paused and continued |
|
CanServiceShutdown |
Checks if the named service can be shutdown |
|
CanServiceShutdown |
Checks if the named service can be shutdown |
|
CanServiceStop |
Checks if the named service can be stopped |
|
CanServiceStop |
Checks if the named service can be stopped |
|
ContinueService |
Continues a named service |
|
ContinueService |
Continues a named service |
|
ContinueService |
Continues a named service |
|
Execute |
Executes a command on a named service |
|
Execute |
Executes a command on a named service |
|
GetService |
Gets the System.ServiceProcess.ServiceController that is associated with an existing service on the specified computer.
|
|
GetService |
Gets the System.ServiceProcess.ServiceController that is associated with an existing service on the specified computer.
|
|
GetServices |
Gets a list of System.ServiceProcess.ServiceController on the specified computer.
|
|
GetServices |
Gets a list of System.ServiceProcess.ServiceController on the specified computer.
|
|
GetServiceStatus |
Gets the System.ServiceProcess.ServiceControllerStatus status of a service on the specified computer.
|
|
GetServiceStatus |
Gets the System.ServiceProcess.ServiceControllerStatus status of a service on the specified computer.
|
|
InstallService |
Installs a service on a computer |
|
InstallService |
Installs a service on a computer |
|
IsServiceContinuing |
Checks if the named service is continuing |
|
IsServiceContinuing |
Checks if the named service is continuing |
|
IsServiceInstalled |
Checks if the named service is installed |
|
IsServiceInstalled |
Checks if the named service is installed |
|
IsServicePaused |
Checks if the named service is paused |
|
IsServicePaused |
Checks if the named service is paused |
|
IsServicePausing |
Checks if the named service is pausing |
|
IsServicePausing |
Checks if the named service is pausing |
|
IsServiceRunning |
Checks if the named service is running |
|
IsServiceRunning |
Checks if the named service is running |
|
IsServiceStarting |
Checks if the named service is starting |
|
IsServiceStarting |
Checks if the named service is starting |
|
IsServiceStopped |
Checks if the named service is stopped |
|
IsServiceStopped |
Checks if the named service is stopped |
|
IsServiceStopping |
Checks if the named service is stopping |
|
IsServiceStopping |
Checks if the named service is stopping |
|
PauseService |
Pauses a named service |
|
PauseService |
Pauses a named service |
|
PauseService |
Pauses a named service |
|
RestartService |
Restarts a named service |
|
RestartService |
Restarts a named service |
|
RestartService |
Restarts a named service |
|
StartService |
Starts a named service |
|
StartService |
Starts a named service |
|
StartService |
Starts a named service |
|
StartService |
Starts a named service |
|
StopService |
Stops a named service |
|
StopService |
Stops a named service |
|
StopService |
Stops a named service |
|
UninstallService |
Uninstalls a service from a computer |
|
UninstallService |
Uninstalls a service from a computer |
