Interface UpdateStatus

Use BundleInfo instead.

interface UpdateStatus {
    isReady: boolean;
    version: string;
}

Properties

Properties

isReady: boolean

true if the update is fully downloaded and ready to be applied.

version: string

The version of the update.