|
win32_pause_servicePauses a service Description
void win32_pause_service(string
$servicename , string $machine = null )Pauses a named service. Requires administrative privileges or an account with appropriate rights set in the service's ACL. Parameters
Return ValuesNo value is returned.
Prior to version 1.0.0, returned Errors/Exceptions
A ValueError is thrown if the
value of A Win32ServiceException is thrown on error. Changelog
See Also
|