Public Member Functions | |
def | __call__ |
def | __init__ |
def | __str__ |
def | failed |
Private Attributes | |
_failed |
Callback for a required action. Checks the action result and raises @ref RequiredActionFailedError if the action failed.
Definition at line 36 of file rtcheck.py.
def rtshell.rtcheck.SystemNotOKCB.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 43 of file rtcheck.py.
def rtshell.rtcheck.SystemNotOKCB.__call__ | ( | self, | |
result, | |||
err_msg | |||
) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 47 of file rtcheck.py.
def rtshell.rtcheck.SystemNotOKCB.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.BaseCallback.
Definition at line 53 of file rtcheck.py.
def rtshell.rtcheck.SystemNotOKCB.failed | ( | self | ) |
Did any calls to this callback indicate failure?
Definition at line 57 of file rtcheck.py.
rtshell::rtcheck.SystemNotOKCB::_failed [private] |
Definition at line 43 of file rtcheck.py.