Respuesta :

Answer:

try: foundRunningProcess = subprocess.check_output (argumentsArray, **kwargs) return True except Exception as err: return False Note

Explanation:

be careful if you are developing with VS Code and using pure Python and Jython.