Activate a component. More...
Public Member Functions | |
def | __init__ |
Private Member Functions | |
def | _action_impl |
Private Attributes | |
_action_str | |
_verbose_str |
Activate a component.
Activate a component. This action changes the status of a component to active.
Definition at line 749 of file actions.py.
def rtshell.actions.ActivateCompAct.__init__ | ( | self, | |
path_str, | |||
comp_id, | |||
instance_name, | |||
ec_id, | |||
callbacks = [] |
|||
) |
Reimplemented from rtshell.actions.StateChangeAct.
Definition at line 755 of file actions.py.
def rtshell.actions.ActivateCompAct._action_impl | ( | self, | |
comp, | |||
ec_index | |||
) | [private] |
Definition at line 761 of file actions.py.
Definition at line 755 of file actions.py.
Definition at line 755 of file actions.py.