Interface CommandDoneEvent

interface CommandDoneEvent {
    command: Command;
    kind: CommandDone;
}

Properties

Properties

command: Command
OpenSource licenses