nsIUpdateManager

An interface describing a global application service that maintains a list
of updates previously performed as well as the current active update.

Methods

getUpdateAt(index)

Gets the update at the specified index

Parameters

index The index within the updates array

Returns

The nsIUpdate object at the specified index

saveUpdates()

Saves all updates to disk.

refreshUpdateStatus(update)

Refresh the update status based on the information in update.status.

Attributes

updateCount

Gets the total number of updates in the history list.

activeUpdate

The active (current) update. The active update is not in the history list.