MCPcopy Index your code
hub / github.com/NyarchLinux/DesktopPuppet / is_running

Method is_running

src/gui_controller.py:228–230  ·  view source on GitHub ↗

Check if puppet process is running.

(self)

Source from the content-addressed store, hash-verified

226 pass
227
228 def is_running(self):
229 """Check if puppet process is running."""
230 return self.process is not None and self.process.poll() is None
231
232 def get_log_path(self):
233 """Get the path to the puppet log file."""

Callers 2

_on_launch_clickedMethod · 0.80
monitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected