I am new to Google Apps Scripts. In my project, I want to do the following:
1. Examine if the last execution of the code was properly completed.
2a. If it was completed properly, a new execution should start from the beginning of the code.
2b. If it was not completed properly, it needs to be determined at which part of the code the execution stopped, and the new execution should run from that point.
I did and am still doing my research on this matter. However, it would help me if you had any ideas on how to solve it.
Michail Valsamis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
6