PluginInfo

data class PluginInfo(val name: String, val packageName: String, val version: String, val isPreInstalled: Boolean, val isRunning: Boolean, val isForeground: Boolean, val isBoot: Boolean, val hasWebServer: Boolean, val exitStatus: String, val message: String)

Plugin information

Constructors

Link copied to clipboard
constructor(plugin: Plugin)
constructor(name: String, packageName: String, version: String, isPreInstalled: Boolean, isRunning: Boolean, isForeground: Boolean, isBoot: Boolean, hasWebServer: Boolean, exitStatus: String, message: String)

Properties

Link copied to clipboard

Exit status

Link copied to clipboard

Has Web UI or not

Link copied to clipboard

To be started on boot or not

Link copied to clipboard

Process status

Link copied to clipboard

Pre-installed plugin or not

Link copied to clipboard

Plugin power status

Link copied to clipboard

Message

Link copied to clipboard

Plugin name

Link copied to clipboard

Package name

Link copied to clipboard

Plugin version