ApplicationAutoStartConfiguration

data class ApplicationAutoStartConfiguration(val enabled: Boolean? = null)

Configuration for Auto Start of Application

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

If set to true, the Application will automatically start. Defaults to true.