DelayDelivery interface

Interface representing task options with delayed delivery.

Signature:

export interface DelayDelivery 

Properties

Property Type Description
scheduleDelaySeconds number The duration of delay of the time when the task is scheduled to be attempted or retried. This delay is added to the current time.

DelayDelivery.scheduleDelaySeconds

The duration of delay of the time when the task is scheduled to be attempted or retried. This delay is added to the current time.

Signature:

scheduleDelaySeconds?: number;