Interface WorkDoneProgressEnd

interface WorkDoneProgressEnd {
    kind: "end";
    message?: string;
}

Properties

Properties

kind: "end"
message?: string

Optional, a final message indicating to for example indicate the outcome of the operation.