c4f4f2a
1 2 3 4 5
def run(action, wait_id=None): action.mapping.interrupt_wait(wait_id) def description(action, wait_id=None, **kwargs): return "interrupt wait with id {}".format(wait_id)