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")
Â
Stops specified Service
Â
Service_Stop(sServiceName) As Boolean
Â
sServiceName (String)
Name of service
If bStatus Then bStatus = Service_Stop("Service")
Â