ServiceManager IsServiceRunning Method Bespoke Osc Library
Determines if a specified service is running.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function IsServiceRunning ( _
	serviceName As String _
) As Boolean

Return Value

true if the service is running; otherwise, false.
See Also