LockService
What it does
Explore
Related methods
-
.getScriptLock()
Returns a lock shared by all runs of the script.
-
.releaseLock()
Releases a lock so other script runs can continue.
-
.getDocumentLock()
Returns a lock tied to the current spreadsheet or doc.
-
.tryLock()
Tries to acquire the lock without waiting.
-
.waitLock()
Waits until the lock is available, then acquires it.
More Apps Script
Better Sheets tutorials
No tagged tutorials yet. Fetch Apps Script from the harvest table and this page fills automatically.