Interface representing task options with absolute delivery.
Signature:
export interface AbsoluteDelivery
Properties
Property | Type | Description |
---|---|---|
scheduleTime | Date | The time when the task is scheduled to be attempted or retried. |
AbsoluteDelivery.scheduleTime
The time when the task is scheduled to be attempted or retried.
Signature:
scheduleTime?: Date;