Coverage for ion/core/pack/app_supervisor : 100.00%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#!/usr/bin/env python
@file ion/core/pack/app_supervisor.py @author Michael Meisinger @brief a supervisor process for CC applications """
""" A root supervisor for capability container applications. Supervises all processes in an application and represents the application. """
def plc_activate(self):
# Spawn of the process using the module name |