Package version:

Instance view status.

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

Properties

code?: string

The status code.

displayStatus?: string

The short localizable label for the status.

level?: string

The level code. Indicates the severity or importance of the status message.

message?: string

The detailed status message, including for alerts and error messages.

time?: any

The time of the status.