ServiceFunctions.

IsRunning(string, string) Method

Summary

Returns a value indicating whether the specified service is running.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Functions
Containing Type
ServiceFunctions

Syntax

[Function("is-running")]
public static bool IsRunning(string service, string machineName)

Remarks

For the machineName parameter, you can use "." or a zero-length string to represent the local computer.

Attributes

Type Description
Function

Parameters

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

Return Value

Type Description
bool true if the service is running; otherwise, false.