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
Deletes queue of <queue_id></queue_id> id.
Script returns 1 if <queue_id></queue_id> was not found, if <queue_id></queue_id> was found and deleted, it returns 0.
Example
if (queuedel(.@queueid)){
[[mes]] "Queue was not deleted";
}