Functions | |
def | processRunning |
def | runCmmd |
Variables | |
tuple | pid = runCmmd('cat -; echo ";to stderr" 1>&2',shell=True) |
def sysUtil::processRunning | ( | processid | ) |
check if a process is still running
Definition at line 14 of file sysUtil.py.
def sysUtil::runCmmd | ( | cmmdline, | |
shell = False |
|||
) |
runsubprocess return processid
Definition at line 5 of file sysUtil.py.
tuple sysUtil::pid = runCmmd('cat -; echo ";to stderr" 1>&2',shell=True) |
Definition at line 22 of file sysUtil.py.