When I created a new data field project in VSCode I ended up with a function outside of the class defined in the file.
function getApp() as MBOCountdownApp {
return Application.getApp() as MBOCountdownApp;
}
This isn't present in my older Eclipse created data field projects and when I put a break point on it and run the code it isn't called. Can anyone throw some light on what this function is for?