|
win32_continue_serviceResumes a paused service Description
void win32_continue_service(string
$servicename , string $machine = null )Resumes a paused, 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
|