|
| def | __init__ (self, kill_on_conflict=False) |
| |
| def | list_tasks (self, req) |
| |
| def | peer_subscribe (self, topic_name, topic_publish, peer_publish) |
| |
| def | peer_unsubscribe (self, topic_name, numPeers) |
| |
| def | showstate (self) |
| |
| def | start_task (self, req) |
| |
| def | status_update (self, req) |
| |
| def | stop_task (self, req) |
| |
Definition at line 144 of file launchman.py.
| def launchman.TaskManager.__init__ |
( |
|
self, |
|
|
|
kill_on_conflict = False |
|
) |
| |
| def launchman.TaskManager._find_providers |
( |
|
self, |
|
|
|
deps |
|
) |
| |
|
private |
| def launchman.TaskManager._send_status |
( |
|
self | ) |
|
|
private |
| def launchman.TaskManager._stopTask |
( |
|
self, |
|
|
|
runner |
|
) |
| |
|
private |
| def launchman.TaskManager.list_tasks |
( |
|
self, |
|
|
|
req |
|
) |
| |
| def launchman.TaskManager.peer_subscribe |
( |
|
self, |
|
|
|
topic_name, |
|
|
|
topic_publish, |
|
|
|
peer_publish |
|
) |
| |
| def launchman.TaskManager.peer_unsubscribe |
( |
|
self, |
|
|
|
topic_name, |
|
|
|
numPeers |
|
) |
| |
| def launchman.TaskManager.showstate |
( |
|
self | ) |
|
| def launchman.TaskManager.start_task |
( |
|
self, |
|
|
|
req |
|
) |
| |
| def launchman.TaskManager.status_update |
( |
|
self, |
|
|
|
req |
|
) |
| |
| def launchman.TaskManager.stop_task |
( |
|
self, |
|
|
|
req |
|
) |
| |
| launchman.TaskManager._apps |
|
private |
| launchman.TaskManager._taskGroups |
|
private |
| launchman.TaskManager.app_status |
| launchman.TaskManager.app_update |
| launchman.TaskManager.kill_on_conflict |
| launchman.TaskManager.runner |
The documentation for this class was generated from the following file: