Enum AppResult NamespaceSdl3Sharp AssemblySdl3Sharp.dll Represents return values for the AppBases main methods public enum AppResult Fields Continue = 0 A value that requests that the app continue from the AppBases main methods Failure = 2 A value that requests termination with error from the AppBases main methods Success = 1 A value that requests termination with success from the AppBases main methods