ExtensionStatus interface
Status from the extension.
Properties
code | Status code provided by the Extension |
display |
Short description of status of the extension. |
level | Level of the status. |
message | Detailed message of the status from the Extension. |
time | DateLiteral (per ISO8601) noting the time of installation status. |
Property Details
code
Status code provided by the Extension
code?: string
Property Value
string
displayStatus
Short description of status of the extension.
displayStatus?: string
Property Value
string
level
Level of the status.
level?: string
Property Value
string
message
Detailed message of the status from the Extension.
message?: string
Property Value
string
time
DateLiteral (per ISO8601) noting the time of installation status.
time?: string
Property Value
string