Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.37 KB

LongRun

the LongRun class supports to execute long-running Google Apps Scripts. (A spin-off from GAS-Terminal)

Related article is here.

How to incorporate the source file

If you use clasp and TypeScript, download LongRun.ts and put it in your clasp project. (I assume you know how to push it to the Apps Script environment.)

If you don't use clasp, but use Apps Script Editor, follow these steps.

  1. Open Apps Script Editor.
  2. Add a new Script file named LongRun.gs.
  3. Copy the contents of this file and paste it into LongRun.gs you created.

How to use

See the Test1.ts or Test2.ts to know how to use this class.
( If you want generated script files instead of the TypeScript files, see Test1.gs or Test2.gs )

API reference

See this page.