Documentation Index
Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sleep
Delay execution with optional exponential backoff
Properties
| Property | Value |
|---|
| Type | sleep |
| Family | Actions |
| Group | General |
Parameters
| Name | Label | Type | Description | Required |
|---|
| amount | Amount | Number | | No |
| unit | Unit | Select | | No |
| backoff | Backoff Factor | Number | Multiply delay by this factor | No |
Outputs
| Name | Label | Type | Description |
|---|
| slept | slept | boolean | Whether delay completed |
| durationMs | durationMs | number | Delay duration in milliseconds |