SystemAppCommand

data class SystemAppCommand(val command: String, val arguments: List<String> = listOf()) : Command

Run a diagnostic system application. The command represents any kind of command and its arguments. It's up to the accepting implementation to interpret and validate the commands.

Constructors

Link copied to clipboard
constructor(command: String, arguments: List<String> = listOf())

Properties

Link copied to clipboard

Command line arguments

Link copied to clipboard

The command to run