General Stop Button
def stop_movement(self):
self.queue.request_scan_abortion()
self.queue.request_queue_reset()
Edited by wyzula_j
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
def stop_movement(self):
self.queue.request_scan_abortion()
self.queue.request_queue_reset()