简体   繁体   English

GAS:部署基于时间的触发器应用

[英]GAS: deploy time based trigger app

I wrote a custom GAS that reads some emails and manipulates them. 我写了一个自定义的GAS,它可以读取并处理一些电子邮件。 It uses the time based trigger to run. 它使用基于时间的触发器来运行。 I want to know if there is a way to "deploy" a specified version of this where the time based trigger still runs, but I can still work on new code changes in the apps script editor (running it manually) and then deploy that new version (that runs by time triggered) when it is ready? 我想知道是否有一种方法可以“部署”基于时间的触发器的指定版本,但仍可以在应用程序脚本编辑器中进行新的代码更改(手动运行),然后部署该新版本。版本(按时间触发运行)何时准备就绪?

You might want to look into add-ons: 您可能要研究加载项:

https://developers.google.com/apps-script/add-ons/ https://developers.google.com/apps-script/add-ons/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM