]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - helpers/actions/interrupt_wait.py
36766a224cfcc5f652349ab8e8ce2f0024e60ea7
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / interrupt_wait.py
1 def run(action, wait_id=None):
2 action.mapping.interrupt_wait(wait_id)
3
4 def description(action, wait_id=None, **kwargs):
5 return "interrupt wait with id {}".format(wait_id)