def isRunning(): return str(system.isRunning())
def stop(): system.stop() return str(system.isRunning())