Sleep Script
Executes a PowerShell script that causes the system to pause or sleep for a specified number of seconds, allowing you to introduce a delay in your automation workflows or scripts.
Parameters
Section titled “Parameters”Seconds
Section titled “Seconds”Required — Default: 5
The number of seconds to sleep
Details
Section titled “Details”- Category: System
- Brick ID:
Sleep-Script
Raw JSON definition
Section titled “Raw JSON definition”{ "category": "system", "description": "Executes a PowerShell script that causes the system to pause or sleep for a specified number of seconds, allowing you to introduce a delay in your automation workflows or scripts.", "developerVendor": "CapaSystems A/S", "displayName": null, "id": "Sleep-Script", "name": "Sleep Script", "parameters": [ { "defaultValue": "5", "defaultValueObject": null, "description": "The number of seconds to sleep", "id": "Seconds", "name": "Seconds", "regExValidation": "", "required": true, "type": "Integer", "value": null, "values": [], "valuesObject": null } ], "powershell": { "base64Encoded": true, "function": "ZnVuY3Rpb2..." }, "type": "powerbrick", "version": "2026.7.2.1"}