Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Syntax

$cs.Service_Exist(string servicename)

Parameters

servicename

Service name to check for

Example

if ($cs.Service_Exist("gupdate")){$cs.Service_Stop("gupdate")}

returns value as boolean

  • No labels