#(zloyx_) How to stop task?
12 messages · Page 1 of 1 (latest)
(zloyx_) How to stop task?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
If you have an infinitely running task you're probably going to need to restart the server unless you know it's queuetag.
!c queue
queue
queue (<queue>) [clear/stop/pause/resume/delay:<duration>]
Modifies the current state of a script queue.
Allows queues to be modified during their run. This can also be used to modify other queues currently running.
Clearing a queue will remove any commands still queued within it, and thus end the queue.
When trying to clear the current queue, use !command stop instead.
Using the "stop" argument will force the queue to immediately stop running.
When trying to stop the current queue, use !command stop instead.
Using the "delay:<duration>" argument will cause the queue to wait for a ...
Otherwise you'll need to put a - stop in your script to prevent any further code upon running it.
!t util.queues
Returns a list of all currently running queues on the server.
ListTag(QueueTag)