This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3D
exit runs before Flow reloads or deletes your script. Clear your loops, intervals, and timeouts here.
exit(() => {
// your exit code here
});Run cleanup logic before a Flow script is reloaded or deleted.
This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3Dexit runs before Flow reloads or deletes your script. Clear your loops, intervals, and timeouts here.
exit(() => {
// your exit code here
});