{{{#!python class ProcessChecker(__builtin__.object) # Check all running process looking for a given pattern # Methods defined here: check_cmdline(self, pattern) # Check if the command line of any process matches the given pattern get_error_message(self, app) # Return error message for an incompatible application process running }}}