FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEngineServices..::..isServiceInstalled Method

Determines whether [is service installed] [the specified o service].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool isServiceInstalled(
	engineServices oService
)
Public Shared Function isServiceInstalled ( _
	oService As engineServices _
) As Boolean
public:
static bool^ isServiceInstalled(
	engineServices^ oService
)

Parameters

oService
Type: FlowWright.cDevDeAPI..::..engineServices
The o service.

Return Value

true if [is service installed] [the specified o service]; otherwise, false.