mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
add interrupt to processing
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user