scheduler.ScheduleFunction interface
Stay organized with collections
Save and categorize content based on your preferences.
The Cloud Function type for Schedule triggers.
Signature:
export interface ScheduleFunction extends HttpsFunction
Extends: HttpsFunction
Properties
Methods
scheduler.ScheduleFunction.__requiredAPIs
Signature:
__requiredAPIs?: ManifestRequiredAPI[];
scheduler.ScheduleFunction.run()
Signature:
run(data: ScheduledEvent): void | Promise<void>;
Parameters
Returns:
void | Promise<void>
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 2023-04-18 UTC.
[null,null,["Last updated 2023-04-18 UTC."],[],[],null,["The Cloud Function type for Schedule triggers.\n\n**Signature:** \n\n export interface ScheduleFunction extends HttpsFunction \n\n**Extends:** [HttpsFunction](./firebase-functions.https.md#httpshttpsfunction)\n\nProperties\n\nMethods\n\nscheduler.ScheduleFunction.__requiredAPIs\n\n**Signature:** \n\n __requiredAPIs?: ManifestRequiredAPI[];\n\nscheduler.ScheduleFunction.run()\n\n**Signature:** \n\n run(data: ScheduledEvent): void | Promise\u003cvoid\u003e;\n\nParameters\n\n**Returns:**\n\nvoid \\| Promise\\\u003cvoid\\\u003e"]]