Delete Jobs from Queue
count = jqo:del()
count = jqo:del(func, all)
count = jqo:del(func, argt)
Parameter | Type | Description |
---|---|---|
func |
function | Lua function to call |
all |
boolean | true means remove all func instances |
argt |
table | Table of arguments to be passed to func |
Returns | Type | Description |
---|---|---|
count |
integer | Number of jobs deleted. |