Method: Service#running?
- Defined in:
- lib/resources/service.rb
#running?(_under = nil) ⇒ Boolean
verifies the service is currently running
109 110 111 112 |
# File 'lib/resources/service.rb', line 109 def running?(_under = nil) return false if info.nil? info[:running] end |