Type alias CmdStatus

CmdStatus: "cancelled" | "created" | "done" | "executed" | "flushed"

Defines the different states of the command.

Generated using TypeDoc