Package version:

Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property.

interface UpdateStateProperties {
    notifyMessage?: string;
    progressPercentage?: number;
}

Properties

notifyMessage?: string

Brief message with instructions for updates of AvailabilityType Notify.

progressPercentage?: number

Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.