title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Action Queues |
Action Queues Allow you to run actions One by One without Overlap |
true |
2022-09-11 18:41:37 UTC |
markdown |
2022-07-12 11:08:52 UTC |
The Action Queues
Tab allow you to see what actions are queued up, which actions have already ran and any queues you may have created.
Queues are Streamerbots way of lining up actions so they don't all run at once, you can have multiple queues so you can line up actions in separate lines. One example of this would be if you had an Alert Queue and a SFX Queue. No 2 alerts or SFX will trigger at the same time, however an Alert and a SFX may Trigger at the same time.
Queues run separately , so if you have 2 blocking queues and them actions are triggered at the same time they will run at the same time. Only Actions inside the one queue will be affected by the blocking {.is-warning}
Pending Actions will show your current list of actions waiting to run. These can be sorted by Name
, Queued At
or Started At
. Once an action has been completed it will move to the Action History
Tab.
This will show you your current list of queues and this is where you will add a queue. This will show you the the information regarding that queue. Name
, Pending Count
, Completed Count
, Paused
and Blocking
Completed Count
is only counted while the bot is open - closing the bot will reset all values. {.is-info}
In order to add a queue you will right click and press Add, give your queue a Name, and select if you wish to have it as a blocking queue or non-blocking.
Ticking the box will make it a
Blocking Queue
, requiring each action to execute one-by-one with no overlap. {.is-success}
Once you've created a queue you can add actions to it on the Add/Edit actions popup
This is where you can view all previously ran actions. From here you can inspect Variables, before and after been ran. You can also requeue if you wish to re-run an action.
In Pending Actions
and Action History
you can choose to inspect the variables this will show you all the variables that are available for that action, you can choose a before and after so you can see how the variables change if that is something that you wish.