AgentExecuteCommand

data class AgentExecuteCommand(val args: List<String>, val timeOut: Long = 30 * 60L, val workDirectory: String? = null, val debugMode: Boolean = false, val startTask: Boolean = true) : AgentCommand

Execute and arbitrary command / script.

Constructors

Link copied to clipboard
constructor(args: List<String>, timeOut: Long = 30 * 60L, workDirectory: String? = null, debugMode: Boolean = false, startTask: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val debugMode: Boolean = false
Link copied to clipboard
val startTask: Boolean = true
Link copied to clipboard
Link copied to clipboard
val workDirectory: String? = null