Skip to content

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.

Required — Default: 5

The number of seconds to sleep

  • Category: System
  • Brick ID: Sleep-Script
{
"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"
}