add interrupt to processing

This commit is contained in:
Vladimir Mandic
2023-05-14 12:13:44 -04:00
parent 77eae443b5
commit 85d67d6331
9 changed files with 23 additions and 18 deletions
+2
View File
@@ -98,9 +98,11 @@ class State:
server_start = None
def skip(self):
log.debug('Skip requested')
self.skipped = True
def interrupt(self):
log.debug('Interrupt requested')
self.interrupted = True
def nextjob(self):