Readonly
URLThe URL this patch was being downloaded from
A numeric error code that conveys additional information about the state of a failed update. If the update is not in the "failed" state the value is zero. The possible values are located in common/updatererrors.h and values between 80 and 99 are in nsUpdateService.js.
The final URL this patch was being downloaded from
true if this patch is currently selected as the patch to be downloaded and installed for this update transaction, false if another patch from this update has been selected.
Readonly
sizeThe size of this file, in bytes.
The state of this patch
Readonly
typeThe type of this patch: "partial" A binary difference between two application versions "complete" A complete patch containing all of the replacement files to update to the new version
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
An interface that describes an object representing a patch file that can be downloaded and applied to a version of this application so that it can be updated.