/
Service_WaitForStart
Service_WaitForStart
Description
Wait for specified service to start
Syntax
Service_WaitForStart(sServiceName, iTimeOutInSec) As Boolean
Parameters
sServiceName (String)
Name of service
iTimeOutInSec (Integer)
How many seconds to wait for service to start
Example
VBScript
If bStatus Then bStatus = Service_WaitForStart("Service", 90)
Related functions
, multiple selections available,
Related content
$cs.Sys_WaitForProcessToExist
$cs.Sys_WaitForProcessToExist
More like this
$cs.Sys_WaitForProcess
$cs.Sys_WaitForProcess
More like this
File_WaitForFileToExist
File_WaitForFileToExist
More like this
File_WaitWhileExist
File_WaitWhileExist
More like this
$cs.Shell_ExecuteWithTimeout
$cs.Shell_ExecuteWithTimeout
More like this
CMS_RunSystemAgent
CMS_RunSystemAgent
More like this