Package version:

Status from the extension.

interface ExtensionStatus {
    code?: string;
    displayStatus?: string;
    level?: string;
    message?: string;
    time?: string;
}

Properties

code?: string

Status code provided by the Extension

displayStatus?: string

Short description of status of the extension.

level?: string

Level of the status.

message?: string

Detailed message of the status from the Extension.

time?: string

DateLiteral (per ISO8601) noting the time of installation status.