This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Services.
Summary
Gets the System.ServiceProcess.ServiceControllerStatus
status of a service on the specified computer.
Syntax
public static ServiceControllerStatus GetServiceStatus(this ICakeContext context, string name)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
name |
string |
The name that identifies the service to the system. |
Return Value
Type |
Description |
ServiceControllerStatus |
The System.ServiceProcess.ServiceControllerStatus status of a service on the specified computer. |