DelayOptions interface

Options for support abort functionality for the delay method

Extends

Inherited Properties

abortErrorMsg

The abort error message associated with containing operation.

abortSignal

The abortSignal associated with containing operation.

Inherited Property Details

abortErrorMsg

The abort error message associated with containing operation.

abortErrorMsg?: string

Property Value

string

Inherited From AbortOptions.abortErrorMsg

abortSignal

The abortSignal associated with containing operation.

abortSignal?: AbortSignalLike

Property Value

Inherited From AbortOptions.abortSignal