processes

@get:JvmName(name = "getProcesses")
@set:JvmName(name = "setProcesses")
var processes: Boolean
Whether to allow process control for the guest; the guest will be able to launch OS-native processes if this flag
is activated. In most secure operating modes this flag defaults to being off.

bool processes = 12;