/
Service_Start
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
Related content
Service_Start
Service_Start
More like this
Service_Start
Service_Start
More like this
Service_WaitForStart
Service_WaitForStart
More like this
Service_WaitForStart
Service_WaitForStart
More like this
Service_Create
Service_Create
More like this
Service_Create
Service_Create
More like this