skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonApp / exec

exec

fun exec(exit: Boolean = false): Int

Blocking function which starts the execution of the SKryptonApp.

Parameters

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.