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