Quote:
Originally Posted by chaley
Jobs run on a separate thread so the GUI isn't blocked, which is good for long running actions.
|
Yes. That is the only reason you would need to run a chain as a job. If your chains take only seconds to run, it does not make sense to run them as jobs.