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")