Share via


ExtensionStatus Class

Definition

Status from the extension.

public class ExtensionStatus
type ExtensionStatus = class
Public Class ExtensionStatus
Inheritance
ExtensionStatus

Constructors

ExtensionStatus()

Initializes a new instance of the ExtensionStatus class.

ExtensionStatus(String, String, String, String, String)

Initializes a new instance of the ExtensionStatus class.

Properties

Code

Gets or sets status code provided by the Extension

DisplayStatus

Gets or sets short description of status of the extension.

Level

Gets or sets level of the status. Possible values include: 'Error', 'Warning', 'Information'

Message

Gets or sets detailed message of the status from the Extension.

Time

Gets or sets dateLiteral (per ISO8601) noting the time of installation status.

Applies to