function toastMessageTimeout() { // Display the toast for 15 seconds SpreadsheetApp.getActive().toast("Message", "Title", 15); }