DelayDelivery interface
Stay organized with collections
Save and categorize content based on your preferences.
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["Interface representing task options with delayed delivery.\n\n**Signature:** \n\n export interface DelayDelivery \n\nProperties\n\nDelayDelivery.scheduleDelaySeconds\n\nThe duration of delay of the time when the task is scheduled to be attempted or retried. This delay is added to the current time.\n\n**Signature:** \n\n scheduleDelaySeconds?: number;"]]