aboutsummaryrefslogtreecommitdiff
path: root/helpers/actions/stop_all_actions.py
blob: f3fc5fbe58937f9ca95368e3fdaf241858e65c2a (plain) (blame)
1
2
3
4
5
def run(action, **kwargs):
    action.mapping.stop_all_running()

def description(action, **kwargs):
    return "stopping all actions"