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 Page History

Version 1 Current »

Syntax

<dllobject>.Service_Start(string servicename,int maxTimeout=60000)

Parameters

servicename

Service name to start

maxTimeout

Max timeout in milliseconds (default is 60 seconds)

Example

if ($cs.Service_Exist('gupdate')){$cs.Service_Start('gupdate')}

returns nothing

  • No labels