PSCommand

class PSCommand(val name: String, val command: String)

Constructors

Link copied to clipboard
constructor(name: String, command: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun run(wait: Boolean = true): PSResult