Plugin

data class Plugin(val pluginName: String, val packageName: String, val version: String, val type: String, val running: Boolean, val foreground: Boolean, val boot: Boolean, val force: Boolean? = null, val bootOptions: String? = null, val webServer: Boolean, val exitStatus: String, val message: String)

Constructors

Link copied to clipboard
constructor(pluginName: String, packageName: String, version: String, type: String, running: Boolean, foreground: Boolean, boot: Boolean, force: Boolean? = null, bootOptions: String? = null, webServer: Boolean, exitStatus: String, message: String)

Properties

Link copied to clipboard

Boot selection, true: Target plugin to be started; false: Do not start this plugin

Link copied to clipboard
val bootOptions: String? = null

Just Reserved

Link copied to clipboard

Exit status

Link copied to clipboard
val force: Boolean? = null

Just Reserved

Link copied to clipboard

Process status, true: foreground, false: background

Link copied to clipboard

Message

Link copied to clipboard

Package name

Link copied to clipboard

Plugin name

Link copied to clipboard

Plugin power status, true: running, false: stop

Link copied to clipboard

The type of application, "system": Pre-installed plugin, "user": User-added plugin

Link copied to clipboard

Plugin version

Link copied to clipboard

Existence of web server. true: Has WebUI, false: Does not have WebUI