Methods
(inner) startUp() → {Promise.<Array>}
Starts up the script by initializing all the necessary variables in all the JS files and completing start-up tasks
Returns:
Returns a Promise.all with an array of all the setup and start-up functions' results (Usually undefined)
- Type
- Promise.<Array>