Exemplo n.º 1
0
def isRunning():
    return str(system.isRunning())
Exemplo n.º 2
0
def stop():
    system.stop()
    return str(system.isRunning())