/
Service_Exist
Service_Exist
Description
Checks if specified service exists
Syntax
Service_Exist(sServiceName, bMustExist) As Boolean
Parameters
sServiceName (String)
Name of service
bMustExist (Boolean)
Service must exist
Example
VBScript
If bStatus Then bStatus = Service_Exist("ServiceName", False) If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)
Related functions
, multiple selections available,
Related content
Service_Stop
Service_Stop
Read with this
Service_Exist
Service_Exist
More like this
Service_Exist
Service_Exist
More like this
Service_Exist
Service_Exist
More like this
Service_GetState
Service_GetState
More like this
Service_GetState
Service_GetState
More like this