Run All Jobs in Queue
#Firmware/v310
count = jqo:run()
Pops each job from the queue and runs it, looping until the queue is empty.
count
e.g.
jq = jobq.new() … local count = jq:run()