IServiceManager.

IsStopping(string, string) Method

Summary

Checks if the named service is stopping
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
IServiceManager

Syntax

bool IsStopping(string name, string computer = "")

Parameters

Name Type Description
name string The name that identifies the service to the system.
computer string The computer on which the service resides.

Return Value

Type Description
bool If the service is stopping.