Run All Jobs in Queue

count = jqo:run()

Pops each job from the queue and runs it, looping until the queue is empty.

Returns Type Description
count integer Number of successfully run jobs

e.g.

jq = jobq.new()local count = jq:run()