You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay in response - been a busy month. What if there are multiple queues running - does it return an array of active queue names? Just curious, what's the use case for which you need this?
Use case for me was primarily debugging (I solved my problem in another
was).
But I can also imagine that one would like to check wheter a certain queue
is running if there is a possibility that multiple are running.
So someting like:
If($.ajaxq.IsRunning("myQueue")){
//do something
} else if($.ajaxq.IsRunning("myOtherQueue")){
//do some else
}
Op 14 jan. 2016 17:01 schreef "Dustin Smith" notifications@github.com:
Sorry for the delay in response - been a busy month. What if there are
multiple queues running - does it return an array of active queue names?
Just curious, what's the use case for which you need this?
—
Reply to this email directly or view it on GitHub #25 (comment).
Sounds simple enough, a way to get the currently running queue name.
The text was updated successfully, but these errors were encountered: