|

KeyName


(string) The key name of the service that you wish to pause.


Note: The key name is only required if no service matches the display name.


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Service.Query

OverviewExamples

number Service.Query ( string DisplayName,


string KeyName = "" )


De s cr ip t ion


Queries the system for the status of a specific service.


P arame t er s


DisplayName


(string) The display name of the service that you wish to query.


|