Public Member Functions | |
def | __del__ |
def | __init__ |
def | __repr__ |
def | launch |
def | process_died |
def | stop |
Public Attributes | |
app | |
childGroups | |
manager | |
runner | |
task | |
taskid |
Definition at line 65 of file launchman.py.
def launchman.AppRunner.__init__ | ( | self, | |
taskid, | |||
manager | |||
) |
Definition at line 66 of file launchman.py.
def launchman.AppRunner.__del__ | ( | self | ) |
Definition at line 74 of file launchman.py.
def launchman.AppRunner.__repr__ | ( | self | ) |
Definition at line 139 of file launchman.py.
def launchman.AppRunner.launch | ( | self | ) |
Definition at line 78 of file launchman.py.
def launchman.AppRunner.process_died | ( | self, | |
process_name, | |||
exit_code | |||
) |
Definition at line 100 of file launchman.py.
def launchman.AppRunner.stop | ( | self | ) |
Definition at line 93 of file launchman.py.
Definition at line 66 of file launchman.py.
Definition at line 66 of file launchman.py.
Definition at line 66 of file launchman.py.
Definition at line 66 of file launchman.py.
Definition at line 66 of file launchman.py.
Definition at line 66 of file launchman.py.