In Google Apps Script, is there any way to check if any users besides myself are currently editing a sheet? I don't really need to know much about those users — just knowing whether anyone else has the sheet open in a browser window would suffice.
My goal is to automatically re-sort a sheet every hour or so, but only if no other users are connected to the sheet, so as to avoid interfering with their work. I can't seem to find any information on how to programatically access the list of currently connected users, though.
Thanks in advance!
Fran