Deactivate a component. More...
Public Member Functions | |
def | __init__ |
Private Member Functions | |
def | _action_impl |
Private Attributes | |
_action_str | |
_verbose_str |
Deactivate a component.
Deactivate a component. This action changes the status of a component to inactive.
Definition at line 769 of file actions.py.
def rtshell.actions.DeactivateCompAct.__init__ | ( | self, | |
path_str, | |||
comp_id, | |||
instance_name, | |||
ec_id, | |||
callbacks = [] |
|||
) |
Reimplemented from rtshell.actions.StateChangeAct.
Definition at line 775 of file actions.py.
def rtshell.actions.DeactivateCompAct._action_impl | ( | self, | |
comp, | |||
ec_index | |||
) | [private] |
Definition at line 781 of file actions.py.
Definition at line 775 of file actions.py.
Definition at line 775 of file actions.py.