ox.OxApp.AppSettings
See theAppSettings companion object
Value parameters
- gracefulShutdownExitCode
-
This value is returned to the operating system as the exit code when the app receives SIGINT and shuts itself down gracefully. In the AppSettings.Default settings, the value is
ExitCode.Success
(0). JVM itself returns code130
when it receivesSIGINT
.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article