| Previous | Next
Win32::ServiceThe Win32::Service module provides a service control interface. It allows you to start, pause, resume, and stop Windows system services from Perl scripts. The following functions are exported by this module. The
GetServices (host, \%hash) Returns a list of services on
GetStatus (host, service, \%status) Returns the status of ServiceType CurrentState ControlsAccepted Win32ExitCode ServiceSpecificExitCode CheckPoint WaitHint
PauseService (host, service) Pauses the named
ResumeService (host, service) Resumes a paused
StartService (host, service) Starts the named
StopService (host, service) |