fun exec(exit: Boolean = false): Int
Blocking function which starts the execution of the SKryptonApp.
exit
- Whether or not to exit when SKryptonApp instance is done. Defaults to false
Return
If exit is false, this function will return the exit code of the native side.