Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 29 forks source link

[Feature request] Warden: Start-Sleep Warden Action #28

Open EternalllZM opened 3 years ago

EternalllZM commented 3 years ago

Cog

Describe the feature you'd like to see A new action similar to Start-Sleep from Powershell within Warden rules. Example: start-sleep: 10s

This would sleep the execution of the rule action being processed before continuing after the specified time period.

Twentysix26 commented 3 years ago

The issue is that rules are executed in order so they would all be delayed. Regardless, it's something that I've been wanting to look into in the future