AttachedCommand

data class AttachedCommand(val command: CommandBase, val attachedCommandType: AttachedCommandType = AttachedCommandType.SYNC)

Constructors

Link copied to clipboard
constructor(command: CommandBase, attachedCommandType: AttachedCommandType = AttachedCommandType.SYNC)

Properties

Link copied to clipboard
val command: CommandBase