Package version:

InterfaceMachineExtensionInstanceViewStatus

Instance view status.

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

Properties

code?: string

The status code.

displayStatus?: string

The short localizable label for the status.

level?: string

The level code.

message?: string

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

time?: Date

The time of the status.