Arguments
(table) A numerically index table of arguments to be passed to the service when it starts.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Service.Stop
OverviewExamples
Service.Stop ( string DisplayName,
string KeyName = "",
number WaitTime = 0 )
De s cr ip t ion
Stops a specific service on the user's system.
P arame t er s
DisplayName
(string) The display name of the service that you wish to stop.