Exit programm after running

This commit is contained in:
Simon Rieger 2023-06-05 14:20:39 +02:00
parent b97acc2470
commit 5e3442810b

View file

@ -79,6 +79,8 @@ fun listFilesForFolder(folder: File) {
getNotifications(file.absolutePath)
}
}
// Beende das Programm
exitProcess(0)
}
fun getNotifications(file: String) {