Service_Start
Description
Starts specified service
Syntax
Service_Start(sServiceName) As Boolean
Parameters
sServiceName (String)
Name of service
Example
VBScript
If bStatus Then bStatus = Service_Start("Service")
Related functions
Service_Create Service_Exist Service_SetStartMode Service_WaitForStart