## SleepOptions interface

Sleep options.

**Signature:**

```typescript
export interface SleepOptions
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [signal?](/content/docs/sdk/core.sleepoptions.signal) | `readonly` | AbortSignal \| null | _(Optional)_ Optional `AbortSignal` that can be used to cancel the scheduled sleep.
