Add the cancel_callback to system job interface

This commit is contained in:
Alan Rominger 2021-12-14 10:50:39 -05:00
parent edca19a697
commit 99b9d53bbb
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -1529,6 +1529,7 @@ class BaseTask(object):
event_handler=self.event_handler,
finished_callback=self.finished_callback,
status_handler=self.status_handler,
cancel_callback=self.cancel_callback,
**params,
)
else: