#(zloyx_) How to stop task?

12 messages · Page 1 of 1 (latest)

sage karma
#

I launched a task for a null player, now my console is just spam with errors xd
How can i stop exact task? stop won't work

loud fiberBOT
#

(zloyx_) How to stop task?

loud fiberBOT
#

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.

dawn grail
#

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

warm crystalBOT
# dawn grail !c queue
Group

queue

Syntax

queue (<queue>) [clear/stop/pause/resume/delay:<duration>]

Short Description

Modifies the current state of a script queue.

Description

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 ...

dawn grail
#

Otherwise you'll need to put a - stop in your script to prevent any further code upon running it.

#

!t util.queues

warm crystalBOT
sage karma
#

thanks!