Required action callback. More...
Public Member Functions | |
def | __call__ |
def | __init__ |
def | __str__ |
Required action callback.
Callback for a required action. Checks the action result and raises @ref RequiredActionFailedError if the action failed.
Definition at line 131 of file actions.py.
def rtshell.actions.RequiredActionCB.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 138 of file actions.py.
def rtshell.actions.RequiredActionCB.__call__ | ( | self, | |
result, | |||
err_msg | |||
) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 141 of file actions.py.
def rtshell.actions.RequiredActionCB.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 145 of file actions.py.