A command is due when it has been sent to the server and the execution time (startAt + delay) has been reached

interface CommandDueEvent {
    command: Command;
    type: "commandDue";
}

Properties

Properties

command: Command
type: "commandDue"