Skip to content

This class supports long-running scripts. (A spin-off from GAS-Terminal)

Notifications You must be signed in to change notification settings

inclu-cat/LongRun

Repository files navigation

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.

About

This class supports long-running scripts. (A spin-off from GAS-Terminal)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published