class

Patty::Services::WindowsServiceAdapter

Inherits Patty::Services::Adapter < Reference < Object

Controls services registered with the Windows Service Control Manager.

Constants

POLL_ATTEMPTS = 40

Instance methods

available?(program : String) : Bool
Source
name
Source
restart(program : String) : Result
Source
start(program : String) : Result
Source
status(program : String) : Status
Source
stop(program : String) : Result
Source