Skip to main content

Interface: UpdateCheckResult

Properties

cancellationToken?

readonly optional cancellationToken?: CancellationToken


downloadPromise?

readonly optional downloadPromise?: Promise<string[]> | null


isUpdateAvailable

readonly isUpdateAvailable: boolean


updateInfo

readonly updateInfo: UpdateInfo


versionInfo

readonly versionInfo: UpdateInfo

Deprecated