Service_Stop

Description

Stops specified Service

 

Syntax

Service_Stop(sServiceName) As Boolean

 

Parameters

sServiceName (String)

Name of service


Example

VBScript
If bStatus Then bStatus = Service_Stop("Service")

Scripting Guidelines

 

Related functions

Service_Exist Service_Delete