Skip to main content

core.sleepoptions

Home > @medplum/core > SleepOptions

SleepOptions interface

Sleep options.

Signature:

export interface SleepOptions 

Properties

Property

Modifiers

Type

Description

signal?

readonly

AbortSignal | null

(Optional) Optional AbortSignal that can be used to cancel the scheduled sleep.