Added two new talkspace scripts

This commit is contained in:
Norm Rasmussen
2023-05-08 12:12:31 -04:00
parent 18a266746b
commit 29fee835f4
8 changed files with 520 additions and 24 deletions

View File

@ -1,5 +1,19 @@
const sheet = SpreadsheetApp.getActiveSheet();
const apiKey = 'stXNF84HWL8aCGeRjHEo2rJ1U';
//import {LongRun} from "../LongRun";
//let data: string[];
function execute() {
const params = [];
params.push(3); // How many times the process should be executed
params.push(60); // How long does it take to process one case? (in seconds)
params.push(240); // Maximum acceptable run time in seconds (less than 6 minutes, of course)
params.push(1); // How many minutes later the next trigger will be activated
LongRun.instance.setParameters('getUuids', params);
LongRunTask();
}
const sheet = SpreadsheetApp.getActiveSheet();
const apiKey = 'stXNF84HWL8aCGeRjHEo2rJ1U';
function getUuids() {
var sheet = SpreadsheetApp.getActiveSheet();